Searched refs:HTTP_STATUS_FORBIDDEN (Results 1 - 6 of 6) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-http2-binding.js | 57 HTTP_STATUS_FORBIDDEN: 403,
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-http.h | 98 HTTP_STATUS_FORBIDDEN, enumerator
|
/third_party/libwebsockets/lib/roles/ws/ |
H A D | server-ws.c | 283 lws_return_http_status(wsi, HTTP_STATUS_FORBIDDEN, NULL); in lws_process_ws_upgrade2()
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 220 HTTP_STATUS_FORBIDDEN = 403, enumerator
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 1624 lws_return_http_status(wsi, HTTP_STATUS_FORBIDDEN, NULL); in lws_http_action() 1820 lws_return_http_status(wsi, HTTP_STATUS_FORBIDDEN, NULL); in lws_http_action() 2375 HTTP_STATUS_FORBIDDEN, NULL) || in lws_handshake_server()
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | parsers.c | 1529 lws_return_http_status(wsi, HTTP_STATUS_FORBIDDEN, NULL); in lws_parse()
|
Completed in 11 milliseconds