| Trees | Index | Help |
|---|
| Package WebStack :: Package Helpers :: Module Request :: Class ContentType |
|
HeaderValue --+
|
ContentType
| Method Summary | |
|---|---|
Initialise the container with the given 'media_type', an optional 'charset', and optional keyword attributes representing the key=value pairs which qualify content types. | |
__getattr__(self,
name)
| |
| Inherited from HeaderValue | |
Format the header value object, producing a string suitable for the response header field. | |
| Method Details |
|---|
__init__(self,
media_type,
charset=None,
**attributes)
Initialise the container with the given 'media_type', an optional
'charset', and optional keyword attributes representing the key=value
pairs which qualify content types.
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 19:07:58 2005 | http://epydoc.sf.net |