summaryrefslogtreecommitdiff
path: root/thirdparty/libwebsockets/lib/roles/http/lextable-strings.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-05-02 08:15:23 +0200
committerGitHub <noreply@github.com>2019-05-02 08:15:23 +0200
commitb7cd9794fe5b38b6a60c9ce64ca9bf1bab1d7813 (patch)
tree3b0f365ad3ea1cebd50985293cd49617153b5ac6 /thirdparty/libwebsockets/lib/roles/http/lextable-strings.h
parentc2c56ee3975ec9744088d5328462818a5980a5a0 (diff)
parentbe414e4476371567a824099767b6c91a0123d626 (diff)
Merge pull request #28568 from Faless/net/lws_rollback_3.0.1_pr
Roll back libwebsockets to version 3.0.1
Diffstat (limited to 'thirdparty/libwebsockets/lib/roles/http/lextable-strings.h')
-rw-r--r--thirdparty/libwebsockets/lib/roles/http/lextable-strings.h104
1 files changed, 0 insertions, 104 deletions
diff --git a/thirdparty/libwebsockets/lib/roles/http/lextable-strings.h b/thirdparty/libwebsockets/lib/roles/http/lextable-strings.h
deleted file mode 100644
index 1e4fee855f..0000000000
--- a/thirdparty/libwebsockets/lib/roles/http/lextable-strings.h
+++ /dev/null
@@ -1,104 +0,0 @@
-/* set of parsable strings -- ALL LOWER CASE */
-
-static const char * const set[] = {
- "get ",
- "post ",
- "options ",
- "host:",
- "connection:",
- "upgrade:",
- "origin:",
- "sec-websocket-draft:",
- "\x0d\x0a",
-
- "sec-websocket-extensions:",
- "sec-websocket-key1:",
- "sec-websocket-key2:",
- "sec-websocket-protocol:",
-
- "sec-websocket-accept:",
- "sec-websocket-nonce:",
- "http/1.1 ",
- "http2-settings:",
-
- "accept:",
- "access-control-request-headers:",
- "if-modified-since:",
- "if-none-match:",
- "accept-encoding:",
- "accept-language:",
- "pragma:",
- "cache-control:",
- "authorization:",
- "cookie:",
- "content-length:",
- "content-type:",
- "date:",
- "range:",
- "referer:",
- "sec-websocket-key:",
- "sec-websocket-version:",
- "sec-websocket-origin:",
-
- ":authority",
- ":method",
- ":path",
- ":scheme",
- ":status",
-
- "accept-charset:",
- "accept-ranges:",
- "access-control-allow-origin:",
- "age:",
- "allow:",
- "content-disposition:",
- "content-encoding:",
- "content-language:",
- "content-location:",
- "content-range:",
- "etag:",
- "expect:",
- "expires:",
- "from:",
- "if-match:",
- "if-range:",
- "if-unmodified-since:",
- "last-modified:",
- "link:",
- "location:",
- "max-forwards:",
- "proxy-authenticate:",
- "proxy-authorization:",
- "refresh:",
- "retry-after:",
- "server:",
- "set-cookie:",
- "strict-transport-security:",
- "transfer-encoding:",
- "user-agent:",
- "vary:",
- "via:",
- "www-authenticate:",
-
- "patch",
- "put",
- "delete",
-
- "uri-args", /* fake header used for uri-only storage */
-
- "proxy ",
- "x-real-ip:",
- "http/1.0 ",
-
- "x-forwarded-for",
- "connect ",
- "head ",
- "te:", /* http/2 wants it to reject it */
- "replay-nonce:", /* ACME */
- ":protocol", /* defined in mcmanus-httpbis-h2-ws-02 */
-
- "x-auth-token:",
-
- "", /* not matchable */
-
-};