httpserver

Asyncio implementation of an HTTP server


Keywords
httpserver, asyncio, http-server, python, python3
License
BSD-3-Clause
Install
pip install httpserver==1.1.0

Documentation

Asyncio HTTP Server

Python 3.4 asyncio implementation of an HTTP server

Features

  • Supports HTTP/1.1
  • Supports Keep-Alive
  • Serve a specific hostname only
  • Bind to an ip address
  • Uses asyncio
  • Installs an 'httpserver' command