Home
last modified time | relevance | path

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

/netbsd-src/libexec/httpd/
H A Ddir-index-bozo.c98 if (request->hr_method == HTTP_HEAD) { in bozo_dir_index()
H A Dbozohttpd.h155 #define HTTP_HEAD 0x03 macro
H A Dbozohttpd.c560 { "HEAD", HTTP_HEAD, },
1153 if (request->hr_method == HTTP_HEAD) in handle_redirect()
1909 if (request->hr_method != HTTP_HEAD) { in bozo_process_request()
2322 if (size && request && request->hr_method != HTTP_HEAD) in bozo_http_error()