Searched refs:get_http_method_key (Results 1 – 3 of 3) sorted by relevance
90 http_method_t get_http_method_key(const char *s);
302 http_method_t get_http_method_key(const char *s) { in get_http_method_key() function
369 if (-1 == (r = get_http_method_key(method))) { in http_request_parse()