Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

Asyncio implementation of an HTTP server

Project description

https://img.shields.io/travis/thomwiggers/httpserver.svg https://img.shields.io/pypi/v/httpserver.svg

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

History

1.1.0 (2015-04-02)

  • No longer rely on sockets to timeout themselves

  • Add default timeout of 15 seconds to httpserver

  • Negotiate with the Keep-Alive header

  • Add --version command

  • Change documentation theme to alabaster

1.0.1 (2015-03-21)

  • Fix small issue in README on pypi

1.0.0 (2015-03-21)

  • First release

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page