HttpMethod

Constructors

this
this(string s)
Undocumented in source.

Members

Functions

asString
string asString()
Undocumented in source. Be warned that the author may not have intended to support it.
getBytes
byte[] getBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
isSame
bool isSame(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ValuesMemberTempate!(HttpMethod)
Undocumented in source.

Static functions

fromString
HttpMethod fromString(string method)

Converts the given string parameter to an HttpMethod

get
HttpMethod get(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getInsensitive
HttpMethod getInsensitive(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
invalidatesCache
bool invalidatesCache(string method)
Undocumented in source. Be warned that the author may not have intended to support it.
lookAheadGet
HttpMethod lookAheadGet(byte[] bytes, int position, int limit)

Optimized lookup to find a method name and trailing space in a byte array.

lookAheadGet
HttpMethod lookAheadGet(ByteBuffer buffer)

Optimized lookup to find a method name and trailing space in a byte array.

permitsRequestBody
bool permitsRequestBody(string method)
Undocumented in source. Be warned that the author may not have intended to support it.
redirectsToGet
bool redirectsToGet(string method)
Undocumented in source. Be warned that the author may not have intended to support it.
redirectsWithBody
bool redirectsWithBody(string method)
Undocumented in source. Be warned that the author may not have intended to support it.
requiresRequestBody
bool requiresRequestBody(string method)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

CACHE
HttpMethod[string] CACHE;
Undocumented in source.
INSENSITIVE_CACHE
HttpMethod[string] INSENSITIVE_CACHE;
Undocumented in source.

Variables

CONNECT
enum HttpMethod CONNECT;
Undocumented in source.
COPY
enum HttpMethod COPY;
Undocumented in source.
DELETE
enum HttpMethod DELETE;
Undocumented in source.
GET
enum HttpMethod GET;
Undocumented in source.
HEAD
enum HttpMethod HEAD;
Undocumented in source.
LINK
enum HttpMethod LINK;
Undocumented in source.
LOCK
enum HttpMethod LOCK;
Undocumented in source.
MOVE
enum HttpMethod MOVE;
Undocumented in source.
Null
enum HttpMethod Null;
Undocumented in source.
OPTIONS
enum HttpMethod OPTIONS;
Undocumented in source.
PATCH
enum HttpMethod PATCH;
Undocumented in source.
POST
enum HttpMethod POST;
Undocumented in source.
PRI
enum HttpMethod PRI;
Undocumented in source.
PROXY
enum HttpMethod PROXY;
Undocumented in source.
PURGE
enum HttpMethod PURGE;
Undocumented in source.
PUT
enum HttpMethod PUT;
Undocumented in source.
TRACE
enum HttpMethod TRACE;
Undocumented in source.
UNLINK
enum HttpMethod UNLINK;
Undocumented in source.
UNLOCK
enum HttpMethod UNLOCK;
Undocumented in source.
VIEW
enum HttpMethod VIEW;
Undocumented in source.

Meta