|
|
Connection = 'Connection'
|
|
|
ConnectionClose = 'close'
|
|
|
Date = 'Date'
|
|
|
TransferEncoding = 'Transfer-Encoding'
|
|
|
TransferEncodingChunked = 'chunked'
|
|
|
Authorization = 'Authorization'
|
|
|
Host = 'Host'
|
|
|
IfMatch = 'If-Match'
|
|
|
IfNoneMatch = 'If-None-Match'
|
|
|
ETag = 'ETag'
|
|
|
Location = 'Location'
|
|
|
Server = 'Server'
|
|
|
WWWAuthenticate = 'WWW-Authenticate'
|
|
|
Allow = 'Allow'
|
|
|
ContentLength = 'Content-Length'
|
|
|
ContentType = 'Content-Type'
|
|
|
__package__ = None
|