Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-http2-binding.js57 HTTP_STATUS_FORBIDDEN: 403, property
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h98 HTTP_STATUS_FORBIDDEN, enumerator
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c283 lws_return_http_status(wsi, HTTP_STATUS_FORBIDDEN, NULL); in lws_process_ws_upgrade2()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1613 lws_return_http_status(wsi, HTTP_STATUS_FORBIDDEN, NULL); in lws_http_action()
1809 lws_return_http_status(wsi, HTTP_STATUS_FORBIDDEN, NULL); in lws_http_action()
2364 HTTP_STATUS_FORBIDDEN, NULL) || in lws_handshake_server()
/third_party/libwebsockets/lib/roles/http/
Dparsers.c1529 lws_return_http_status(wsi, HTTP_STATUS_FORBIDDEN, NULL); in lws_parse()