-
class HeaderDict(__builtin__.dict)
- get(self, key, default=None)
Data and other non-method functions defined here:
- __dict__ = <dict-proxy object>
- __doc__ = None
- __module__ = 'Ft.Server.Server.Http.HeaderDict'
-
str(object) -> string
Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
- __weakref__ = <member '__weakref__' of 'HeaderDict' objects>
- forceCaps = {'content-md5': 'Content-MD5', 'etag': 'ETag', 'te': 'TE', 'www-authenticate': 'WWW-Authenticate'}