Skip to content

WKuipers/httpserver

 
 

Repository files navigation

Asyncio HTTP Server

image

image

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
  • Has some adjustments for Wietse's bachelors thesis.

About

Python 3 implementation of an HTTP server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.3%
  • Makefile 6.2%
  • HTML 1.5%