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 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 3.0.1 (unreleased) 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 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.1 Security Bugfix GHSA-4f7p-27jc- 3c36 2.1.0 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, and0 码力 | 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 waitress API Arguments to waitress.serve Support for wsgi.file_wrapper waitress-serve Socket Activation Glossary Change History 2.1.0 Python Version Support Python 3.6 is no longer supported by 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 码力 | 52 页 | 57.95 KB | 1 年前3waitress Documentation v2.1.2
Issues 103 44 Support and Development 105 45 Why? 107 Python Module Index 109 Index 111 ii waitress Documentation, Release 2.1.2 Waitress is meant to be a production-quality pure-Python WSGI server with 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
Issues 101 43 Support and Development 103 44 Why? 105 Python Module Index 107 Index 109 ii waitress Documentation, Release 2.1.1 Waitress is meant to be a production-quality pure-Python WSGI server with 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 v3.0.1
Issues 107 46 Support and Development 109 47 Why? 111 Python Module Index 113 Index 115 ii waitress Documentation, Release 3.0.1 Waitress is meant to be a production-quality pure-Python WSGI server with 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.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 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 1.4.0 (2019-12-20) 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 v1.4.3
Issues 91 39 Support and Development 93 40 Why? 95 Python Module Index 97 Index 99 ii waitress Documentation, Release 1.4.3 Waitress is meant to be a production-quality pure-Python WSGI server with 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.3.1
Issues 83 35 Support and Development 85 36 Why? 87 Python Module Index 89 Index 91 ii waitress Documentation, Release 1.3.1 Waitress is meant to be a production-quality pure-Python WSGI server with 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.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
共 515 条
- 1
- 2
- 3
- 4
- 5
- 6
- 52