Created
January 26, 2018 04:20
-
-
Save hyp3ri0n-ng/49cf3770f50db1c4742af74dfaa54442 to your computer and use it in GitHub Desktop.
All HTTP request headers in a python list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all_request_headers = ["Cache-Control", "Connection", "Date", "Pragma", "Trailer", "Transfer-Encoding", "Upgrade", "Via", "Warning", "Accept", "Accept-Charset", "Accept-Charset", "Accept-Enc\oding", "Accept-Language", "Authorization", "Cookie", "Expect", "From", "Host", "If-Match", "If-Modified-Since", "If-None-Match", "If-Range", "If-Unmodified-Since", "Max-Forwards", "Proxy-Author\ization", "Range", "Referer", "TE", "User-Agent"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Didn't find this anywhere online so just created it from the RFC.