Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/h1/
Dops-h1.c936 static const char * const http_methods[] = { variable
1015 for (n = 0; n < (int)LWS_ARRAY_SIZE(http_methods); n++) in rops_client_bind_h1()
1016 if (!strcmp(i->method, http_methods[n])) in rops_client_bind_h1()