Package WebStack :: Module Generic :: Class HeaderValue
[show private | hide private]
[frames | no frames]

Class HeaderValue

Known Subclasses:
ContentType

A container for header information.
Method Summary
  __init__(self, principal_value, **attributes)
Initialise the container with the given 'principal_value' and optional keyword attributes representing the key=value pairs which accompany the 'principal_value'.
  __getattr__(self, name)
  __str__(self)
Format the header value object, producing a string suitable for the response header field.

Method Details

__init__(self, principal_value, **attributes)
(Constructor)

Initialise the container with the given 'principal_value' and optional keyword attributes representing the key=value pairs which accompany the 'principal_value'.

__str__(self)
(Informal representation operator)

Format the header value object, producing a string suitable for the response header field.

Generated by Epydoc 2.1 on Fri Jul 22 23:16:51 2005 http://epydoc.sf.net