Flask Documentation (1.1.x)
palletsprojects.com/p/jinja/] template engine and the Werkzeug [https://www.palletsprojects.com/p/werkzeug/] WSGI toolkit. The documentation for these libraries can be found at: Jinja documentation [http://jinja Accessing Request Data Redirects and Errors About Responses Sessions Message Flashing Logging Hooking in WSGI Middleware Using Flask Extensions Deploying to a Web Server Tutorial Project Layout Application non-relational data persistence as appropriate, and take advantage of framework-agnostic tools built for WSGI, the Python web interface. Flask includes many hooks to customize its behavior. Should you need more0 码力 | 428 页 | 895.98 KB | 1 年前3Tornado 5.1 Documentation
Tornado [http://www.tornadoweb.org] is a Python web framework and asynchronous networking library, originally developed at FriendFeed [http://friendfeed.com]. By using non-blocking network I/O, Tornado com/tornadoweb/tornado/tree/stable/demos/chat]. Threads and WSGI Tornado is different from most Python web frameworks. It is not based on WSGI [https://wsgi.readthedocs.io/en/latest/], and it is typically run for more on Tornado’s approach to asynchronous programming. While some support of WSGI is available in the tornado.wsgi module, it is not a focus of development and most applications should be written to0 码力 | 359 页 | 347.32 KB | 1 年前3Tornado 4.5 Documentation
Tornado [http://www.tornadoweb.org] is a Python web framework and asynchronous networking library, originally developed at FriendFeed [http://friendfeed.com]. By using non-blocking network I/O, Tornado ThreadedResolver. It is needed only on Python 2; Python 3 includes this package in the standard library. pycurl [http://pycurl.sourceforge.net] is used by the optional tornado.curl_httpclient. Libcurl processes Integration with other services tornado.auth — Third-party login with OpenID and OAuth tornado.wsgi — Interoperability with other Python frameworks and servers tornado.platform.asyncio — Bridge between0 码力 | 333 页 | 322.34 KB | 1 年前3waitress Documentation v1.4.0
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 CPython on Unix and Windows 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 v2.1.1
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 CPython on Unix and Windows 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
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 CPython on Unix and Windows 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 年前3Flask Documentation (1.1.x)
a full reference in the API section. Flask depends on the Jinja template engine and the Werkzeug WSGI toolkit. The documentation for these libraries can be found at: • Jinja documentation • Werkzeug non-relational data persistence as appropriate, and take advantage of framework-agnostic tools built for WSGI, the Python web interface. Flask includes many hooks to customize its behavior. Should you need more These distributions will be installed automatically when installing Flask. • Werkzeug implements WSGI, the standard Python interface between applications and servers. • Jinja is a template language that0 码力 | 291 页 | 1.25 MB | 1 年前3Tornado 5.1 Documentation
1.1 The Tornado Authors Mar 01, 2019 Contents 1 Quick links 3 2 Hello, world 5 3 Threads and WSGI 7 4 Installation 9 5 Documentation 11 5.1 User’s guide . . . . . . . . . . . . . . . . . . . . Tornado Documentation, Release 5.1.1 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens Release 5.1.1 6 Chapter 2. Hello, world CHAPTER 3 Threads and WSGI Tornado is different from most Python web frameworks. It is not based on WSGI, and it is typically run with only one thread per process.0 码力 | 243 页 | 895.80 KB | 1 年前3waitress Documentation v3.0.1
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 CPython on Unix and Windows 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 年前3Tornado 4.5 Documentation
Tornado Documentation, Release 4.5.3 Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens ThreadedResolver. It is needed only on Python 2; Python 3 includes this package in the standard library. • pycurl is used by the optional tornado.curl_httpclient. Libcurl version 7.22 or higher is required User’s guide 4.1.1 Introduction Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens0 码力 | 222 页 | 833.04 KB | 1 年前3
共 528 条
- 1
- 2
- 3
- 4
- 5
- 6
- 53