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 年前3Falcon v1.0.0 Documentation
1.0 documentation » The Falcon Web Framework Release v1.1 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends. We like to think of Falcon as the Dieter Rams Falcon 1.1.0 documentation » Community Guide » FAQ How do I use WSGI middleware with Falcon? Instances of falcon.API are first-class WSGI apps, so you can use the standard pattern outlined in PEP-3333 import some_middleware app = some_middleware.DoSomethingFancy(my_restful_service.api) See also the WSGI middleware example [http://legacy.python.org/dev/peps/pep-3333/#middleware- components-that-play-both-sides]0 码力 | 312 页 | 368.58 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 年前3Falcon v1.0.0 Documentation
0.0 documentation » The Falcon Web Framework Release v1.0 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends. We like to think of Falcon as the Dieter Rams grow the community! IRC While you experiment with Falcon and work to familiarize yourself with the WSGI framework, please consider joining the #falconframework IRC channel on Freenode [https://en.wikipedia Falcon 1.0.0 documentation » Community Guide » FAQ How do I use WSGI middleware with Falcon? Instances of falcon.API are first-class WSGI apps, so you can use the standard pattern outlined in PEP-33330 码力 | 249 页 | 406.22 KB | 1 年前3
共 586 条
- 1
- 2
- 3
- 4
- 5
- 6
- 59