class documentation

class GeventServer(ServerAdapter):

View In Hierarchy

Untested. Options:

  • fast (default: False) uses libevent's http server, but has some issues: No streaming, no pipelining, no SSL.
  • See gevent.wsgi.WSGIServer() documentation for more options.
Method run Undocumented

Inherited from ServerAdapter:

Method __init__ Undocumented
Method __repr__ Undocumented
Class Variable quiet Undocumented
Instance Variable host Undocumented
Instance Variable options Undocumented
Instance Variable port Undocumented
def run(self, handler):

Undocumented