Home
last modified time | relevance | path

Searched refs:http_method_get_or_head (Results 1 – 5 of 5) sorted by relevance

/lighttpd1.4/src/
H A Dhttp_kv.h93 #define http_method_get_or_head(method) ((method) <= HTTP_METHOD_HEAD) macro
H A Dhttp_range.c354 if (!http_method_get_or_head(r->http_method)) in http_range_rfc7233()
H A Drequest.c1275 if (http_method_get_or_head(r->http_method) in http_request_parse()
H A Dmod_proxy.c883 && !http_method_get_or_head(r->http_method))) { in proxy_create_env()
H A Dmod_dirlisting.c1315 if (!http_method_get_or_head(r->http_method)) return HANDLER_GO_ON; in URIHANDLER_FUNC()