Skip to main content

Waitress WSGI server

Project description

Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance. It has no dependencies except ones which live in the Python standard library. It runs on CPython on Unix and Windows under Python 2.6+ and Python 3.2+. It is also known to run on PyPy 1.6.0+ on UNIX. It supports HTTP/1.0 and HTTP/1.1.

For more information, see the “docs” directory of the Waitress package or http://docs.pylonsproject.org/projects/waitress/en/latest/ .

1.0a2 (2016-07-07)

Bugfixes

  • Removed AI_ADDRCONFIG from the call to getaddrinfo, this resolves an issue whereby getaddrinfo wouldn’t return any addresses to bind to on hosts where there is no internet connection but localhost is requested to be bound to. See https://github.com/Pylons/waitress/issues/131 for more information.

1.0a1 (2016-06-24)

Deprecations

  • Python 2.6 is no longer supported.

Features

  • Waitress is now able to listen on multiple sockets, including IPv4 and IPv6. Instead of passing in a host/port combination you now provide waitress with a space delineated list, and it will create as many sockets as required. Using the host/port combination is deprecated but will be supported for at least the next 5 minor releases.

    from waitress import serve
    serve(wsgiapp, listen='0.0.0.0:8080 [::]:9090 *:6543')

Security

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

waitress-1.0a2.tar.gz (123.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

waitress-1.0a2-py2.py3-none-any.whl (112.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file waitress-1.0a2.tar.gz.

File metadata

  • Download URL: waitress-1.0a2.tar.gz
  • Upload date:
  • Size: 123.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for waitress-1.0a2.tar.gz
Algorithm Hash digest
SHA256 deca14c67f8974f6f11f62f557cb3e5cdc62902d6533dc6289d0b8033d655a67
MD5 70bc8633866aa1821170d8e856acf63c
BLAKE2b-256 ac0101af2278c784ae0acadfaa9fabe19ae5c2a3c354eb9573d2096ccf086b92

See more details on using hashes here.

File details

Details for the file waitress-1.0a2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for waitress-1.0a2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7865397bc776c0e3e23494024fe2bad9553f4e3d7d2ff5c7db70db31a7a4123b
MD5 9f2650ad29012f97635a1d454bb4986c
BLAKE2b-256 85ab05ae1d3bce42b8676f525f263e61b47d6aacf7c3733c13ea8a8d2b8f3810

See more details on using hashes here.

Supported by

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