Home | Trees | Indices | Help |
---|
|
Subclasses of webob.Request who use restkit to get a webob.Response via restkit.ext.wsgi_proxy.Proxy.
Example:
>>> req = Request.blank('http://pypi.python.org/pypi/restkit') >>> resp = req.get_response() >>> print resp #doctest: +ELLIPSIS 200 OK Date: ... Transfer-Encoding: chunked Content-Type: text/html; charset=utf-8 Server: Apache/2... <BLANKLINE> <?xml version="1.0" encoding="UTF-8"?> ...
|
|||
Method | |||
Request |
|
|||
__doc__ = '''Subclasses of webob.Request who use restkit to ge
|
|||
PROXY = Proxy(allowed_methods= ['GET', 'POST', 'HEAD', 'DELETE
|
|||
__package__ =
|
|
__doc__
|
PROXY
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Feb 9 17:17:55 2013 | http://epydoc.sourceforge.net |