Searched refs:http_method_get_head_query_post (Results 1 – 3 of 3) sorted by relevance
95 #define http_method_get_head_query_post(method) ((method) <= HTTP_METHOD_POST) macro
137 if (!http_method_get_head_query_post(r->http_method)) return HANDLER_GO_ON; in URIHANDLER_FUNC()
562 else if (!http_method_get_head_query_post(r->http_method)) in http_response_prepare()