- 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.