Skip to content

Instantly share code, notes, and snippets.

View alexkey's full-sized avatar
💊
where's my rover

Alex Key alexkey

💊
where's my rover
View GitHub Profile
@alexkey
alexkey / http_header_fields.py
Created November 30, 2018 14:45
HTTP Header field registrations
"""HTTP Header field registrations.
According to ``RFC 4229 : HTTP Header Fields`` by Nottingham & Mogul at December 2005.
Refer to https://tools.ietf.org/html/rfc4229 .
"""
_PermanentHdrFields = frozenset([
# Permanent HTTP Header field registrations.
'A-IM',