waitress Documentation v2.1.1Waitress 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 Differences from zope.server waitress API Arguments to waitress.serve Support for wsgi.file_wrapper waitress-serve Socket Activation Glossary Change History 2.1.1 Security Bugfix Waitress now validates that Thanks to Zhang Zeyu for reporting this issue. See https://github.com/Pylons/waitress/security/advisories/GHSA-4f7p-27jc-3c36 Waitress now validates that the chunk length is only valid hex digits when parsing0 码力 | 53 页 | 58.27 KB | 1 年前3
waitress Documentation v2.1.0Waitress 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 Using Behind a Reverse Proxy Design Differences from zope.server waitress API Arguments to waitress.serve Support for wsgi.file_wrapper waitress-serve Socket Activation Glossary Change History 2.1.0 Python Python Version Support Python 3.6 is no longer supported by Waitress Python 3.10 is fully supported by Waitress Bugfix wsgi.file_wrapper now sets the seekable, seek, and tell attributes from the underlying0 码力 | 52 页 | 57.95 KB | 1 年前3
waitress Documentation v1.4.0Waitress 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 from zope.server waitress API Arguments to waitress.serve Support for wsgi.file_wrapper waitress-serve Socket Activation Glossary Change History 1.4.0 (2019-12-20) Bugfixes Waitress used to slam the the Connection: close header as appropriate in the response. This is of course not very friendly. Waitress now explicitly sets the header when responding with an internally generated error such as 400 Bad0 码力 | 48 页 | 54.34 KB | 1 年前3
waitress Documentation v1.1.0Waitress 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 usage of the server: from waitress import serve serve(wsgiapp, listen='*:8080') This will run waitress on port 8080 on all available IP addresses, both IPv4 and IPv6. from waitress import serve serve(wsgiapp serve(wsgiapp, host='0.0.0.0', port=8080) This will run waitress on port 8080 on all available IPv4 addresses. If you want to serve your application on all IP addresses, on port 8080, you can omit the host and0 码力 | 36 页 | 41.63 KB | 1 年前3
waitress Documentation v3.0.1Waitress 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 server waitress API Arguments to waitress.serve Support for wsgi.file_wrapper waitress-serve Socket Activation Glossary Change History 3.0.1 (unreleased) Fix a bug that would lead to Waitress busy looping that existed when creating a new HTTPChannel. See https://github.com/Pylons/waitress/pull/435 and https://github.com/Pylons/waitress/issues/418 With thanks to Dylan Jay and Dieter Maurer for their extensive0 码力 | 55 页 | 56.36 KB | 1 年前3
Falcon v1.2.0 Documentationpopular ones out there, but anything that can load a WSGI app will do. All Windows developers can use Waitress production-quality pure-Python WSGI server with very acceptable performance. Unfortunately Gunicorn have Cygwin on Windows installed. Waitress can be good alternative for Windows users if they want quick start using Falcon on it. $ pip install [gunicorn|uwsgi|waitress] Source Code Falcon lives on GitHub things:app On Windows where Gunicorn and uWSGI don’t work yet you can use Waitress server $ pip install waitress $ waitress-serve --port=8000 things:app Then, in another terminal: $ curl localhost:8000/things0 码力 | 177 页 | 252.56 KB | 1 年前3
Falcon v1.3.0 Documentationpopular ones out there, but anything that can load a WSGI app will do. All Windows developers can use Waitress production-quality pure-Python WSGI server with very acceptable performance. Unfortunately Gunicorn have Cygwin on Windows installed. Waitress can be good alternative for Windows users if they want quick start using Falcon on it. $ pip install [gunicorn|uwsgi|waitress] Source Code Falcon lives on GitHub things:app On Windows where Gunicorn and uWSGI don’t work yet you can use Waitress server $ pip install waitress $ waitress-serve --port=8000 things:app Then, in another terminal: $ curl localhost:8000/things0 码力 | 194 页 | 266.90 KB | 1 年前3
Falcon v1.4.1-post-1 Documentationpopular ones out there, but anything that can load a WSGI app will do. All Windows developers can use Waitress production-quality pure-Python WSGI server with very acceptable performance. Unfortunately Gunicorn have Cygwin on Windows installed. Waitress can be good alternative for Windows users if they want quick start using Falcon on it. $ pip install [gunicorn|uwsgi|waitress] Source Code Falcon lives on GitHub things:app On Windows where Gunicorn and uWSGI don’t work yet you can use Waitress server $ pip install waitress $ waitress-serve --port=8000 things:app Then, in another terminal: $ curl localhost:8000/things0 码力 | 229 页 | 273.39 KB | 1 年前3
Falcon v1.4.0 Documentationpopular ones out there, but anything that can load a WSGI app will do. All Windows developers can use Waitress production-quality pure-Python WSGI server with very acceptable performance. Unfortunately Gunicorn have Cygwin on Windows installed. Waitress can be good alternative for Windows users if they want quick start using Falcon on it. $ pip install [gunicorn|uwsgi|waitress] Source Code Falcon lives on GitHub things:app On Windows where Gunicorn and uWSGI don’t work yet you can use Waitress server $ pip install waitress $ waitress-serve --port=8000 things:app Then, in another terminal: $ curl localhost:8000/things0 码力 | 230 页 | 271.65 KB | 1 年前3
Falcon v1.4.1 Documentationpopular ones out there, but anything that can load a WSGI app will do. All Windows developers can use Waitress production-quality pure-Python WSGI server with very acceptable performance. Unfortunately Gunicorn have Cygwin on Windows installed. Waitress can be good alternative for Windows users if they want quick start using Falcon on it. $ pip install [gunicorn|uwsgi|waitress] Source Code Falcon lives on GitHub things:app On Windows where Gunicorn and uWSGI don’t work yet you can use Waitress server $ pip install waitress $ waitress-serve --port=8000 things:app Then, in another terminal: $ curl localhost:8000/things0 码力 | 231 页 | 272.52 KB | 1 年前3
共 48 条
- 1
- 2
- 3
- 4
- 5













