Asyncio HTTP Server¶
Python 3.4 asyncio implementation of an HTTP server
- Free software: BSD license
- Documentation: http://pythonhosted.org/httpserver/
Features¶
- Supports HTTP/1.1
- Supports Keep-Alive
- Serve a specific hostname only
- Bind to an ip address
- Uses asyncio
- Installs an ‘httpserver’ command