HttpMethodNames

HTTP method name string constants and enumerator value association

Members

Static functions

opIndex
istring opIndex(HttpMethod method)

Obtains the HTTP method name string by enumerator value. Does not throw an exception.

opIndex
HttpMethod opIndex(cstring name)

Obtains the HTTP method enumerator value by name string. Does not throw an exception.

Variables

List
enum istring[HttpMethod.max + 1] List;

HTTP method name string constants

Meta