Home
last modified time | relevance | path

Searched refs:hr_method (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.c582 request->hr_method = mmp->type; in process_method()
856 if (request->hr_method == HTTP_POST && in bozo_read_request()
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()
H A Dbozohttpd.h152 int hr_method; member