HttpRequest.method

The HTTP method verb, such as GET, POST, PUT, etc. This is internally defined as a bit-shifted 1, for efficient matching logic. See the Method enum in this module for more information.

struct HttpRequest
const
Method method;