waitress Documentation v2.1.1Proxy 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 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 underlying file if the underlying in which non-seekable subclasses of io.IOBase would trigger an exception when passed to the wsgi.file_wrapper callback. See https://github.com/Pylons/waitress/pull/249 1.2.1 (2019-01-25) Bugfixes When0 码力 | 53 页 | 58.27 KB | 1 年前3
waitress Documentation v2.1.0Proxy 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 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 underlying file if the underlying in which non-seekable subclasses of io.IOBase would trigger an exception when passed to the wsgi.file_wrapper callback. See https://github.com/Pylons/waitress/pull/249 1.2.1 (2019-01-25) Bugfixes When0 码力 | 52 页 | 57.95 KB | 1 年前3
waitress Documentation v3.0.1
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 bug that 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 underlying file if the underlying in which non-seekable subclasses of io.IOBase would trigger an exception when passed to the wsgi.file_wrapper callback. See https://github.com/Pylons/waitress/pull/249 1.2.1 (2019-01-25) Bugfixes When0 码力 | 55 页 | 56.36 KB | 1 年前3
waitress Documentation v2.1.2Content-Length header. • Dont hang a thread up trying to send data to slow clients. • Supports wsgi.file_wrapper protocol. 10 Chapter 1. Extended Documentation waitress Documentation, Release 2.1.2 1.6 which is prefixed with this value to be stripped of the prefix. Default: '' 1.8 Support for wsgi.file_wrapper Waitress supports the Python Web Server Gateway Interface v1.0 as specified in PEP 3333. Here’s start_response( '200 OK', headers ) return environ['wsgi.file_wrapper'](f, 32768) The file wrapper constructor is accessed via environ['wsgi.file_wrapper']. The signature of the file wrap- per constructor0 码力 | 115 页 | 272.79 KB | 1 年前3
waitress Documentation v2.1.1Content-Length header. • Dont hang a thread up trying to send data to slow clients. • Supports wsgi.file_wrapper protocol. 10 Chapter 1. Extended Documentation waitress Documentation, Release 2.1.1 1.6 which is prefixed with this value to be stripped of the prefix. Default: '' 1.8 Support for wsgi.file_wrapper Waitress supports the Python Web Server Gateway Interface v1.0 as specified in PEP 3333. Here’s start_response( '200 OK', headers ) return environ['wsgi.file_wrapper'](f, 32768) The file wrapper constructor is accessed via environ['wsgi.file_wrapper']. The signature of the file wrap- per constructor0 码力 | 113 页 | 270.88 KB | 1 年前3
waitress Documentation v1.4.0Proxy 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 Waitress in which non-seekable subclasses of io.IOBase would trigger an exception when passed to the wsgi.file_wrapper callback. See https://github.com/Pylons/waitress/pull/249 1.2.1 (2019-01-25) Bugfixes When https://github.com/nose-devs/nose/issues/407 for more information. Give the WSGI app_iter generated when wsgi.file_wrapper is used (ReadOnlyFileBasedBuffer) a close method. Do not call close on an instance of such a0 码力 | 48 页 | 54.34 KB | 1 年前3
waitress Documentation v1.1.0Documentation Design Differences from zope.server waitress API Arguments to waitress.serve Support for wsgi.file_wrapper waitress-serve Glossary Change History 1.1.0 (2017-10-10) Features Waitress now has a __main__ https://github.com/nose-devs/nose/issues/407 for more information. Give the WSGI app_iter generated when wsgi.file_wrapper is used (ReadOnlyFileBasedBuffer) a close method. Do not call close on an instance of such a creation of extremely large output buffers (greater than 2GB, suspected to be buffers added via wsgi.file_wrapper) might cause an OverflowError on Python 2. See https://github.com/Pylons/waitress/issues/470 码力 | 36 页 | 41.63 KB | 1 年前3
waitress Documentation v1.3.1Content-Length header. • Dont hang a thread up trying to send data to slow clients. • Supports wsgi.file_wrapper protocol. 1.6 waitress API serve(app, listen=’0.0.0.0:8080’, unix_socket=None, unix_socket_perms=’600’ which is prefixed with this value to be stripped of the prefix. Default: '' 1.8 Support for wsgi.file_wrapper Waitress supports the Python Web Server Gateway Interface v1.0 as specified in PEP 3333. Here’s start_response( '200 OK', headers ) return environ['wsgi.file_wrapper'](f, 32768) The file wrapper constructor is accessed via environ['wsgi.file_wrapper']. The signature of the file wrap- per constructor0 码力 | 95 页 | 249.32 KB | 1 年前3
waitress Documentation v1.4.3Content-Length header. • Dont hang a thread up trying to send data to slow clients. • Supports wsgi.file_wrapper protocol. 1.6 waitress API serve(app, listen=’0.0.0.0:8080’, unix_socket=None, unix_socket_perms=’600’ which is prefixed with this value to be stripped of the prefix. Default: '' 1.8 Support for wsgi.file_wrapper Waitress supports the Python Web Server Gateway Interface v1.0 as specified in PEP 3333. Here’s start_response( '200 OK', headers ) return environ['wsgi.file_wrapper'](f, 32768) The file wrapper constructor is accessed via environ['wsgi.file_wrapper']. The signature of the file wrap- per constructor0 码力 | 103 页 | 259.25 KB | 1 年前3
waitress Documentation v3.0.1Documentation, Release 3.0.1 • Dont hang a thread up trying to send data to slow clients. • Supports wsgi.file_wrapper protocol. 1.6 waitress API serve(app, listen='0.0.0.0:8080', unix_socket=None, unix_socket_perms='600' 1.7. Arguments to waitress.serve 15 waitress Documentation, Release 3.0.1 1.8 Support for wsgi.file_wrapper Waitress supports the Python Web Server Gateway Interface v1.0 as specified in PEP 3333. Here's start_response( '200 OK', headers ) return environ['wsgi.file_wrapper'](f, 32768) The file wrapper constructor is accessed via environ['wsgi.file_wrapper']. The signature of the file wrapper constructor0 码力 | 119 页 | 339.46 KB | 1 年前3
共 100 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10













