Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

httpserver

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

httpserver

Asyncio implementation of an HTTP server

  • 1.1.0
  • PyPI
  • Socket score

Maintainers
1

=============================== Asyncio HTTP Server

.. image:: https://img.shields.io/travis/thomwiggers/httpserver.svg :target: https://travis-ci.org/thomwiggers/httpserver

.. image:: https://img.shields.io/pypi/v/httpserver.svg :target: https://pypi.python.org/pypi/httpserver

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc