Skip to content

Instantly share code, notes, and snippets.

@hyp3ri0n-ng
Created January 26, 2018 04:20
Show Gist options
  • Save hyp3ri0n-ng/49cf3770f50db1c4742af74dfaa54442 to your computer and use it in GitHub Desktop.
Save hyp3ri0n-ng/49cf3770f50db1c4742af74dfaa54442 to your computer and use it in GitHub Desktop.
All HTTP request headers in a python list
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"]
@hyp3ri0n-ng
Copy link
Author

Didn't find this anywhere online so just created it from the RFC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment