get constant

RequestMethods const get

The get method requests a representation of the specified resource. Requests using get should only retrieve data.

Implementation

static const RequestMethods get = RequestMethods._('GET');