Home
last modified time | relevance | path

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/
Dminimal-http-server-form-get.c62 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/
Dminimal-http-server-form-post.c117 if (lws_http_redirect(wsi, HTTP_STATUS_MOVED_PERMANENTLY, in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/
Dminimal-http-server-form-post.c115 HTTP_STATUS_MOVED_PERMANENTLY, in callback_http()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/
Dminimal-http-server-form-post-file.c168 if (lws_http_redirect(wsi, HTTP_STATUS_MOVED_PERMANENTLY, in callback_http()
/third_party/node/test/parallel/
Dtest-http2-binding.js47 HTTP_STATUS_MOVED_PERMANENTLY: 301, property
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h90 HTTP_STATUS_MOVED_PERMANENTLY = 301, enumerator
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h209 HTTP_STATUS_MOVED_PERMANENTLY = 301, enumerator
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1580 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()