Searched refs:http_methods (Results 1 – 1 of 1) sorted by relevance
158 static constname_t http_methods[] = { in method2name() local171 for (i = 0; http_methods[i].const_name != NULL; i++) { in method2name()172 if (method == http_methods[i].const_value) in method2name()173 return (http_methods[i].const_name); in method2name()