Home | Trees | Indices | Help |
---|
|
object --+ | CouchdbProxy
WSGI application to proxy a couchdb server.
Simple usage to proxy a CouchDB server on default url:
from couchdbkit.wsgi import CouchdbProxy application = CouchdbProxy()
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
return proxy response. Can be overrided to add authentification and such. It's better to override do_proxy method than the __call__ |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri May 4 11:48:41 2012 | http://epydoc.sourceforge.net |