Lines Matching refs:http_method
58 static struct http_method http_methods[] = HTTP_METHODS;
124 desc->http_method = 0;
331 if ((desc->http_method = server_httpmethod_byname(key))
386 } else if (desc->http_method != HTTP_METHOD_NONE &&
388 if (desc->http_method == HTTP_METHOD_TRACE ||
389 desc->http_method == HTTP_METHOD_CONNECT) {
428 if (desc->http_method == HTTP_METHOD_NONE) {
433 switch (desc->http_method) {
1056 desc->http_method == HTTP_METHOD_HEAD || clenheader == NULL ?
1387 resp->http_method = desc->http_method;
1615 if (size <= 0 || resp->http_method == HTTP_METHOD_HEAD) {
1694 struct http_method method, *res = NULL;
1726 const struct http_method *ma = a;
1727 const struct http_method *mb = b;
1884 server_httpmethod_byid(desc->http_method),
1937 server_httpmethod_byid(desc->http_method),