Searched refs:HTTP_STATUS_MOVED_PERMANENTLY (Results 1 – 8 of 8) sorted by relevance
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-get/ |
D | minimal-http-server-form-get.c | 62 if (lws_http_redirect(wsi, HTTP_STATUS_MOVED_PERMANENTLY, in callback_http()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-lwsac/ |
D | minimal-http-server-form-post.c | 117 if (lws_http_redirect(wsi, HTTP_STATUS_MOVED_PERMANENTLY, in callback_http()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/ |
D | minimal-http-server-form-post.c | 115 HTTP_STATUS_MOVED_PERMANENTLY, in callback_http()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/ |
D | minimal-http-server-form-post-file.c | 168 if (lws_http_redirect(wsi, HTTP_STATUS_MOVED_PERMANENTLY, in callback_http()
|
/third_party/node/test/parallel/ |
D | test-http2-binding.js | 47 HTTP_STATUS_MOVED_PERMANENTLY: 301, property
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-http.h | 90 HTTP_STATUS_MOVED_PERMANENTLY = 301, enumerator
|
/third_party/nghttp2/third-party/llhttp/include/ |
D | llhttp.h | 209 HTTP_STATUS_MOVED_PERMANENTLY = 301, enumerator
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 1580 n = lws_http_redirect(wsi, HTTP_STATUS_MOVED_PERMANENTLY, in lws_http_redirect_hit() 1769 n = (unsigned int)lws_http_redirect(wsi, HTTP_STATUS_MOVED_PERMANENTLY, in lws_http_action()
|