head constant

RequestMethods const head

The head method asks for a response identical to that of a get request, but without the response body.

Implementation

static const RequestMethods head = RequestMethods._('HEAD');