Home
last modified time | relevance | path

Searched refs:HTTP_METHOD_POST (Results 1 – 4 of 4) sorted by relevance

/lighttpd1.4/src/
H A Dhttp_kv.h23 HTTP_METHOD_POST, /* [RFC2616], Section 9.5 */ enumerator
95 #define http_method_get_head_query_post(method) ((method) <= HTTP_METHOD_POST)
H A Dmod_ajp13.c284 [HTTP_METHOD_POST] = 4, in ajp13_method_byte()
322 HTTP_METHOD_POST, in ajp13_method_byte()
H A Drequest.c1245 if (HTTP_METHOD_POST == r->http_method in http_request_parse()
H A Dmod_webdav.c6030 case HTTP_METHOD_POST: in PHYSICALPATH_FUNC()