class documentation

Undocumented

Class Method parse_header_name Undocumented
Method __getitem__ Allow header lookup using underscores in place of hyphens.
Method __init__ Undocumented
Constant HTTP_PREFIX Undocumented
Constant UNPREFIXED_HEADERS Undocumented

Inherited from CaseInsensitiveMapping:

Method __eq__ Undocumented
Method __iter__ Undocumented
Method __len__ Undocumented
Method __repr__ Undocumented
Method copy Undocumented
Static Method _unpack_items Undocumented
Instance Variable _store Undocumented
@classmethod
def parse_header_name(cls, header): (source)

Undocumented

def __getitem__(self, key): (source)

Allow header lookup using underscores in place of hyphens.

def __init__(self, environ): (source)
HTTP_PREFIX: str = (source)

Undocumented

Value
'HTTP_'
UNPREFIXED_HEADERS: set[str] = (source)

Undocumented

Value
set(['CONTENT_TYPE', 'CONTENT_LENGTH'])