put constant

RequestMethods const put

The put method replaces all current representations of the target resource with the request payload.

Implementation

static const RequestMethods put = RequestMethods._('PUT');