HTTP Async

buildstatus coverage

Installation

pip install httpasync

Examples

There are plenty of examples in the examples folder.

Functions and classes

class httpasync.Server(host, port, routes)[source]
serve_forever()[source]

Setup a listener socket and forever serve clients. This coroutine only ends if cancelled by the user.