Home
last modified time | relevance | path

Searched refs:http_method_get_head_query_post (Results 1 – 3 of 3) sorted by relevance

/lighttpd1.4/src/
H A Dhttp_kv.h95 #define http_method_get_head_query_post(method) ((method) <= HTTP_METHOD_POST) macro
H A Dmod_staticfile.c137 if (!http_method_get_head_query_post(r->http_method)) return HANDLER_GO_ON; in URIHANDLER_FUNC()
H A Dresponse.c562 else if (!http_method_get_head_query_post(r->http_method)) in http_response_prepare()