Enumeration of all possible HTTP request methods as unsigned integer values for efficient logic.
Gets a method using a zero-based index of the method enum value.
Gets a Method enum value from a string. Defaults to GET for unknown names.
Gets the zero-based index of a method enum value, useful for histograms.
Gets a mask that contains every method.
Builds a bitmask from the given list of methods.
Builds a bitmask from the given list of method names.
Converts a method mask to a list of strings representing method names.
Gets the string representation of a Method enum value.
For convenience, provide access to multipart functionality.
Constant that defines the number of available methods.
The data which the server provides to HttpRequestHandlers so that they can formulate a response.
For convenience, provide access to multipart functionality.
For convenience, provide access to multipart functionality.
Contains HTTP request components.