waitress

Waitress WSGI server

ZPL 2.1 52 个版本 Python >=3.9.0
Zope Foundation and Contributors <zope-dev@zope.org>
安装
pip install waitress
poetry add waitress
pipenv install waitress
conda install waitress
描述

Waitress

.. image:: https://img.shields.io/pypi/v/waitress.svg :target: https://pypi.org/project/waitress/ :alt: latest version of waitress on PyPI

.. image:: https://github.com/Pylons/waitress/actions/workflows/ci-tests.yml/badge.svg :target: https://github.com/Pylons/waitress/actions/workflows/ci-tests.yml

.. image:: https://readthedocs.org/projects/waitress/badge/?version=stable :target: https://docs.pylonsproject.org/projects/waitress/en/stable/ :alt: main Documentation Status

Waitress is 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 3.9+. It is also known to run on PyPy 3 (version 3.9 compatible python and above) on UNIX. It supports HTTP/1.0 and HTTP/1.1.

For more information, see the "docs" directory of the Waitress package or visit https://docs.pylonsproject.org/projects/waitress/en/latest/

3.0.2 (2024-11-16)

Security


- When using Waitress to process trusted proxy headers, Waitress will now
  update the headers to drop any untrusted values, thereby making sure that
  WSGI apps only get trusted and validated values that Waitress itself used to
  update the environ. See https://github.com/Pylons/waitress/pull/452 and
  https://github.com/Pylons/waitress/issues/451


3.0.1 (2024-10-28)
------------------

Backward Incompatibilities

Features


- Added support for Python 3.13.
  See https://github.com/Pylons/waitress/pull/445.

Security

3.0.0 (2024-02-04)

Updated Defaults


- clear_untrusted_proxy_headers is set to True by default. See
  https://github.com/Pylons/waitress/pull/370
版本列表
3.0.2 2024-11-16
3.0.1 2024-10-29
3.0.0 2024-02-04
2.1.2 2022-05-30
2.1.1 2022-03-16
2.1.0 2022-03-05
2.1.0b0 2022-02-07
2.0.0 2021-03-08
2.0.0b1 2020-11-29
2.0.0b0 2020-11-27
1.4.4 2020-06-01
1.4.3 2020-02-03
1.4.2 2020-01-02
1.4.1 2019-12-24
1.4.0 2019-12-20
1.3.1 2019-08-27
1.3.0 2019-04-23
1.3.0b0 2019-04-11
1.2.1 2019-01-26
1.2.0 2019-01-15
1.2.0b3 2019-01-08
1.2.0b2 2019-01-02
1.2.0b1 2018-12-31
1.1.0 2017-10-11
1.0.2 2017-02-04
1.0.1 2016-10-22
1.0.0 2016-09-01
1.0a2 2016-07-07
1.0a1 2016-06-25
0.9.0 2016-04-15
0.9.0b1 2016-04-10
0.9.0b0 2016-03-16
0.8.10 2015-09-02
0.8.9 2014-05-16
0.8.8 2013-11-30
0.8.7 2013-08-29
0.8.6 2013-08-12
0.8.5 2013-05-28
0.8.4 2013-05-25
0.8.3 2013-04-29
0.8.2 2012-11-14
0.8.1 2012-02-13
0.8 2012-01-31
0.8.11b0 2016-03-16
0.7 2012-01-11
0.6.1 2012-01-08
0.6 2012-01-07
0.5 2012-01-03
0.4 2012-01-03
0.3 2012-01-02
0.2 2011-12-31
0.1 2011-12-30