Home
last modified time | relevance | path

Searched refs:HTTP_POST (Results 1 – 2 of 2) sorted by relevance

/minix3/libexec/httpd/
H A Dbozohttpd.h139 #define HTTP_POST 0x02 macro
H A Dbozohttpd.c473 { "POST", HTTP_POST, },
716 if (request->hr_method == HTTP_POST && in bozo_read_request()