Index of the headerdict module
-
m
webob.headerdict
...
- Represents the response header list as a dictionary-like object.
-
C
HeaderDict
...
- Like a MultiDict, this wraps a list. Keys are normalized
for case and whitespace.
- f pop ...
- f has_key ...
- f normalize ...
- f __contains__ ...
- f getall ...
- f dict_of_lists ...
- f __getitem__ ...
- f __delitem__ ...
- f setdefault ...
- f mixed ...
-
C
HeaderDict
...
- Like a MultiDict, this wraps a list. Keys are normalized
for case and whitespace.