waitress Documentation v3.0.1
Waitress 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 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 3.0.1 (unreleased) Fix a debugging and helping track this down. No longer strip the header values before passing them to the WSGI environ. See https://github.com/Pylons/waitress/pull/434 and https://github.com/Pylons/waitress/issues/4320 码力 | 55 页 | 56.36 KB | 1 年前3waitress Documentation v2.1.1
Waitress 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 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.1 Security Bugfix Waitress supported by Waitress Bugfix wsgi.file_wrapper now sets the seekable, seek, and tell attributes from the underlying file if the underlying file is seekable. This allows WSGI middleware to implement things0 码力 | 53 页 | 58.27 KB | 1 年前3waitress Documentation v2.1.0
Waitress 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 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 Version Support supported by Waitress Bugfix wsgi.file_wrapper now sets the seekable, seek, and tell attributes from the underlying file if the underlying file is seekable. This allows WSGI middleware to implement things0 码力 | 52 页 | 57.95 KB | 1 年前3waitress Documentation v2.1.2
ii waitress Documentation, Release 2.1.2 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 any IPv4 address on port 8080. You can omit the host and port arguments and just call serve with the WSGI app as a single argument: from waitress import serve serve(wsgiapp) If you want to serve your application change this. There’s an entry point for PasteDeploy (egg:waitress#main) that lets you use Waitress’s WSGI gateway from a configuration file, e.g.: 3 waitress Documentation, Release 2.1.2 [server:main]0 码力 | 115 页 | 272.79 KB | 1 年前3waitress Documentation v2.1.1
ii waitress Documentation, Release 2.1.1 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 any IPv4 address on port 8080. You can omit the host and port arguments and just call serve with the WSGI app as a single argument: from waitress import serve serve(wsgiapp) If you want to serve your application change this. There’s an entry point for PasteDeploy (egg:waitress#main) that lets you use Waitress’s WSGI gateway from a configuration file, e.g.: 3 waitress Documentation, Release 2.1.1 [server:main]0 码力 | 113 页 | 270.88 KB | 1 年前3waitress Documentation v1.4.0
Waitress 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 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 1.4.0 (2019-12-20) Bugfixes supports chunked encoding it does not support gzip and it is unable to pass that to the underlying WSGI environment correctly. Waitress DOES NOT implement support for Transfer-Encoding: identity eventhough0 码力 | 48 页 | 54.34 KB | 1 年前3waitress Documentation v3.0.1
ii waitress Documentation, Release 3.0.1 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 any IPv4 address on port 8080. You can omit the host and port arguments and just call serve with the WSGI app as a single argument: from waitress import serve serve(wsgiapp) If you want to serve your application change this. There's an entry point for PasteDeploy (egg:waitress#main) that lets you use Waitress's WSGI gateway from a configuration file, e.g.: [server:main] use = egg:waitress#main listen = 127.0.0.1:80800 码力 | 119 页 | 339.46 KB | 1 年前3waitress Documentation v1.3.1
ii waitress Documentation, Release 1.3.1 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 any IPv4 address on port 8080. You can omit the host and port arguments and just call serve with the WSGI app as a single argument: from waitress import serve serve(wsgiapp) If you want to serve your application change this. There’s an entry point for PasteDeploy (egg:waitress#main) that lets you use Waitress’s WSGI gateway from a configuration file, e.g.: 3 waitress Documentation, Release 1.3.1 [server:main]0 码力 | 95 页 | 249.32 KB | 1 年前3waitress Documentation v1.4.3
ii waitress Documentation, Release 1.4.3 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 any IPv4 address on port 8080. You can omit the host and port arguments and just call serve with the WSGI app as a single argument: from waitress import serve serve(wsgiapp) If you want to serve your application change this. There’s an entry point for PasteDeploy (egg:waitress#main) that lets you use Waitress’s WSGI gateway from a configuration file, e.g.: 3 waitress Documentation, Release 1.4.3 [server:main]0 码力 | 103 页 | 259.25 KB | 1 年前3waitress Documentation v1.1.0
Waitress 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 IP addresses, on port 8080, you can omit the host and port arguments and just call serve with the WSGI app as a single argument: from waitress import serve serve(wsgiapp) Press Ctrl-C (or Ctrl-Break change this. There’s an entry point for PasteDeploy (egg:waitress#main) that lets you use Waitress’s WSGI gateway from a configuration file, e.g.: [server:main] use = egg:waitress#main listen = 127.0.0.1:80800 码力 | 36 页 | 41.63 KB | 1 年前3
共 267 条
- 1
- 2
- 3
- 4
- 5
- 6
- 27