Home | Trees | Index | Help |
|
---|
Package openid :: Package server :: Module server :: Class WebResponse |
|
object
--+
|
WebResponse
I am a response to an OpenID request in terms a web server understands.
I generally come from anEncoder
, either directly or from Server.encodeResponse
.
Method Summary | |
---|---|
Construct me. | |
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Instance Variable Summary | |
---|---|
str | body : The body of this response. |
int | code : The HTTP code of this response. |
dict | headers : Headers to include in this response. |
Method Details |
---|
__init__(self,
code=200,
headers=None,
body='')
|
Instance Variable Details |
---|
bodyThe body of this response.
|
codeThe HTTP code of this response.
|
headersHeaders to include in this response.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jun 6 15:54:34 2008 | http://epydoc.sf.net |