1# Sources: https://en.wikipedia.org/wiki/List_of_HTTP_header_fields 2 3# misc 4"HTTP/1.1" 5 6# verbs 7"CONNECT" 8"DELETE" 9"GET" 10"HEAD" 11"OPTIONS" 12"PATCH" 13"POST" 14"PUT" 15"TRACE" 16 17 18# Fields 19"A-IM" 20"Accept" 21"Accept-Charset" 22"Accept-Datetime" 23"Accept-Encoding" 24"Accept-Language" 25"Accept-Patch" 26"Accept-Ranges" 27"Access-Control-Allow-Credentials" 28"Access-Control-Allow-Headers" 29"Access-Control-Allow-Methods" 30"Access-Control-Allow-Origin" 31"Access-Control-Expose-Headers" 32"Access-Control-Max-Age" 33"Access-Control-Request-Headers" 34"Access-Control-Request-Method" 35"Age" 36"Allow" 37"Alt-Svc" 38"Authorization" 39"Cache-Control" 40"Connection" 41"Connection:" 42"Content-Disposition" 43"Content-Encoding" 44"Content-Language" 45"Content-Length" 46"Content-Location" 47"Content-MD5" 48"Content-Range" 49"Content-Security-Policy" 50"Content-Type" 51"Cookie" 52"DNT" 53"Date" 54"Delta-Base" 55"ETag" 56"Expect" 57"Expires" 58"Forwarded" 59"From" 60"Front-End-Https" 61"HTTP2-Settings" 62"Host" 63"IM" 64"If-Match" 65"If-Modified-Since" 66"If-None-Match" 67"If-Range" 68"If-Unmodified-Since" 69"Last-Modified" 70"Link" 71"Location" 72"Max-Forwards" 73"Origin" 74"P3P" 75"Pragma" 76"Proxy-Authenticate" 77"Proxy-Authorization" 78"Proxy-Connection" 79"Public-Key-Pins" 80"Range" 81"Referer" 82"Refresh" 83"Retry-After" 84"Save-Data" 85"Server" 86"Set-Cookie" 87"Status" 88"Strict-Transport-Security" 89"TE" 90"Timing-Allow-Origin" 91"Tk" 92"Trailer" 93"Transfer-Encoding" 94"Upgrade" 95"Upgrade-Insecure-Requests" 96"User-Agent" 97"Vary" 98"Via" 99"WWW-Authenticate" 100"Warning" 101"X-ATT-DeviceId" 102"X-Content-Duration" 103"X-Content-Security-Policy" 104"X-Content-Type-Options" 105"X-Correlation-ID" 106"X-Csrf-Token" 107"X-Forwarded-For" 108"X-Forwarded-Host" 109"X-Forwarded-Proto" 110"X-Frame-Options" 111"X-Http-Method-Override" 112"X-Powered-By" 113"X-Request-ID" 114"X-Requested-With" 115"X-UA-Compatible" 116"X-UIDH" 117"X-Wap-Profile" 118"X-WebKit-CSP" 119"X-XSS-Protection" 120