HTTP server based on libevent-http (gevent.http module)

class gevent.http.HTTPServer(handle=None, spawn='default')
start(socket_or_address, backlog=None)
Start accepting connections
make_listener(address, backlog=None)
stop(timeout=0)
Shutdown the server.
handle(request)
reply_error(request)
serve_forever(*args, **kwargs)

Previous topic

Monkey patching (gevent.monkey module)

Next topic

WSGI server based on libevent-http (gevent.wsgi module)

This Page