Home | Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | CaseInsensitiveDict --+ | HeaderMap
A dict subclass for HTTP request and response headers.
Each key is changed on entry to str(key).title(). This allows headers to be case-insensitive and avoid duplicates.
Values are header values (decoded according to :rfc:`2047` if necessary).
|
|||
|
|||
list of D's values |
|
||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
protocol =
|
|||
encodings =
|
|||
use_rfc_2047 = True
|
|||
Inherited from |
|
|||
Inherited from |
|
Return a sorted list of HeaderElement.value for the given header.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Sep 20 20:31:09 2013 | http://epydoc.sourceforge.net |