class ResponseHeaders(CaseInsensitiveMapping):
Undocumented
Method | __delitem__ |
Undocumented |
Method | __init__ |
Populate the initial data using __setitem__ to ensure values are correctly encoded. |
Method | __setitem__ |
Undocumented |
Method | _convert_to_charset |
Convert headers key/value to ascii/latin-1 native strings. charset must be 'ascii' or 'latin-1'. If mime_encode is True and value can't be represented in the given charset, apply MIME-encoding. |
Method | pop |
Undocumented |
Method | setdefault |
Undocumented |
Instance Variable | _store |
Undocumented |
Inherited from CaseInsensitiveMapping
:
Method | __eq__ |
Undocumented |
Method | __getitem__ |
Undocumented |
Method | __iter__ |
Undocumented |
Method | __len__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | copy |
Undocumented |
charset
must be 'ascii' or 'latin-1'. If mime_encode
is True and
value
can't be represented in the given charset, apply MIME-encoding.