Searched refs:HTTP_STATUS_FORBIDDEN (Results 1 – 5 of 5) sorted by relevance
/third_party/node/test/parallel/ |
D | test-http2-binding.js | 57 HTTP_STATUS_FORBIDDEN: 403, property
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-http.h | 98 HTTP_STATUS_FORBIDDEN, enumerator
|
/third_party/libwebsockets/lib/roles/ws/ |
D | server-ws.c | 283 lws_return_http_status(wsi, HTTP_STATUS_FORBIDDEN, NULL); in lws_process_ws_upgrade2()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 1613 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/ |
D | parsers.c | 1529 lws_return_http_status(wsi, HTTP_STATUS_FORBIDDEN, NULL); in lws_parse()
|