MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / http_method_str

Function http_method_str

libs/qhttpserver/http-parser/http_parser.c:2130–2134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2128
2129
2130const char *
2131http_method_str (enum http_method m)
2132{
2133 return ELEM_AT(method_strings, m, "<unknown>");
2134}
2135
2136
2137void

Callers 1

test_method_strFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_method_strFunction · 0.68