/httpserver

Python 3 implementation of an HTTP server

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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