• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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# Webdav/caldav verbs
19"ACL"
20"BASELINE-CONTROL"
21"BIND"
22"CHECKIN"
23"CHECKOUT"
24"COPY"
25"LABEL"
26"LINK"
27"LOCK"
28"MERGE"
29"MKACTIVITY"
30"MKCALENDAR"
31"MKCOL"
32"MKREDIRECTREF"
33"MKWORKSPACE"
34"MOVE"
35"ORDERPATCH"
36"PRI"
37"PROPFIND"
38"PROPPATCH"
39"REBIND"
40"REPORT"
41"SEARCH"
42"UNBIND"
43"UNCHECKOUT"
44"UNLINK"
45"UNLOCK"
46"UPDATE"
47"UPDATEREDIRECTREF"
48"VERSION-CONTROL"
49
50
51# Fields
52"A-IM"
53"Accept"
54"Accept-Charset"
55"Accept-Datetime"
56"Accept-Encoding"
57"Accept-Language"
58"Accept-Patch"
59"Accept-Ranges"
60"Access-Control-Allow-Credentials"
61"Access-Control-Allow-Headers"
62"Access-Control-Allow-Methods"
63"Access-Control-Allow-Origin"
64"Access-Control-Expose-Headers"
65"Access-Control-Max-Age"
66"Access-Control-Request-Headers"
67"Access-Control-Request-Method"
68"Age"
69"Allow"
70"Alt-Svc"
71"Authorization"
72"Cache-Control"
73"Connection"
74"Connection:"
75"Content-Disposition"
76"Content-Encoding"
77"Content-Language"
78"Content-Length"
79"Content-Location"
80"Content-MD5"
81"Content-Range"
82"Content-Security-Policy"
83"Content-Type"
84"Cookie"
85"DNT"
86"Date"
87"Delta-Base"
88"ETag"
89"Expect"
90"Expires"
91"Forwarded"
92"From"
93"Front-End-Https"
94"HTTP2-Settings"
95"Host"
96"IM"
97"If-Match"
98"If-Modified-Since"
99"If-None-Match"
100"If-Range"
101"If-Unmodified-Since"
102"Last-Modified"
103"Link"
104"Location"
105"Max-Forwards"
106"Origin"
107"P3P"
108"Pragma"
109"Proxy-Authenticate"
110"Proxy-Authorization"
111"Proxy-Connection"
112"Public-Key-Pins"
113"Range"
114"Referer"
115"Refresh"
116"Retry-After"
117"Save-Data"
118"Server"
119"Set-Cookie"
120"Status"
121"Strict-Transport-Security"
122"TE"
123"Timing-Allow-Origin"
124"Tk"
125"Trailer"
126"Transfer-Encoding"
127"Upgrade"
128"Upgrade-Insecure-Requests"
129"User-Agent"
130"Vary"
131"Via"
132"WWW-Authenticate"
133"Warning"
134"X-ATT-DeviceId"
135"X-Content-Duration"
136"X-Content-Security-Policy"
137"X-Content-Type-Options"
138"X-Correlation-ID"
139"X-Csrf-Token"
140"X-Forwarded-For"
141"X-Forwarded-Host"
142"X-Forwarded-Proto"
143"X-Frame-Options"
144"X-Http-Method-Override"
145"X-Powered-By"
146"X-Request-ID"
147"X-Requested-With"
148"X-UA-Compatible"
149"X-UIDH"
150"X-Wap-Profile"
151"X-WebKit-CSP"
152"X-XSS-Protection"
153