Home | Trees | Indices | Help |
|
---|
|
object --+ | WebResponse
I am a response to an OpenID request in terms a web server understands.
I generally come from an Encoder, either directly or from Server.encodeResponse.
|
|||
__init__(self,
code=HTTP_OK,
headers=None,
body='') Construct me. |
|||
Inherited from |
|
|||
str |
body The body of this response. |
||
int |
code The HTTP code of this response. |
||
dict |
headers Headers to include in this response. |
|
|||
Inherited from |
|
Construct me. These parameters are assigned directly as class attributes, see my class documentation for their descriptions.
|
|
bodyThe body of this response.
|
codeThe HTTP code of this response.
|
headersHeaders to include in this response.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri May 11 15:30:20 2007 | http://epydoc.sourceforge.net |