HttpMethod.fromString

Converts the given string parameter to an HttpMethod

@param method the string to get the equivalent HttpMethod from @return the HttpMethod or null if the parameter method is unknown

struct HttpMethod
static
fromString
(
string method
)

Meta