Ft.Server.Server.Http.HeaderDict

Modules

types       

Classes

class HeaderDict(__builtin__.dict)
__delitem__(self, key)
__getitem__(self, key)
__repr__(self)
__setitem__(self, key, value)
__str__(self)
_camelCap(self, s, checkForceCaps=0)
get(self, key, default=None)
has_key(self, key)
keys(self)
terse(self)
update(self, dict)

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'}

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Server/Server/Http/HeaderDict.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = '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.