Tornado 6.0 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 thousands of open connections, making it ideal for long polling [http://en.wikipedia.org/wiki/Push_technology#Long_polling], WebSockets [http://en.wikipedia.org/wiki/WebSocket], and other applications that ] Mailing lists: discussion [http://groups.google.com/group/python-tornado] and announcements [http://groups.google.com/group/python-tornado-announce] Stack Overflow [http://stackoverflow.com/questions/tagged/tornado]0 码力 | 869 页 | 692.83 KB | 1 年前3
Tornado 6.1 Documentation
compatibility with Python 2.7 is required). The following optional packages may be useful: pycurl [http://pycurl.io/] is used by the optional tornado.curl_httpclient. Libcurl version 7.22 or higher is required browser HTTP servers and clients tornado.httpserver — Non-blocking HTTP server tornado.httpclient — Asynchronous HTTP client tornado.httputil — Manipulate HTTP headers and URLs tornado.http1connection http1connection – HTTP/1.x client/server implementation Asynchronous networking tornado.ioloop — Main event loop tornado.iostream — Convenient wrappers for non-blocking sockets tornado.netutil — Miscellaneous network0 码力 | 931 页 | 708.03 KB | 1 年前3
Flask Documentation (1.1.x)com/p/werkzeug/] WSGI toolkit. The documentation for these libraries can be found at: Jinja documentation [http://jinja.pocoo.org/docs] Werkzeug documentation [https://werkzeug.palletsprojects.com/] User’s Guide environments Install Flask Install virtualenv Quickstart A Minimal Application What to do if the Server does not Start Debug Mode Routing Static Files Rendering Templates Accessing Request Data Redirects Sessions Message Flashing Logging Hooking in WSGI Middleware Using Flask Extensions Deploying to a Web Server Tutorial Project Layout Application Setup Define and Access the Database Blueprints and Views Templates0 码力 | 428 页 | 895.98 KB | 1 年前3
waitress Documentation v1.4.0Waitress 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 on PyPy 1.6.0 on UNIX. It supports HTTP/1.0 and HTTP/1.1. Extended Documentation Usage Access Logging Using Behind a Reverse Proxy Design Differences from zope.server waitress API Arguments to waitress Activation Glossary Change History 1.4.0 (2019-12-20) Bugfixes Waitress used to slam the door shut on HTTP pipelined requests without setting the Connection: close header as appropriate in the response. This0 码力 | 48 页 | 54.34 KB | 1 年前3
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 version 3.8+) on UNIX. It supports HTTP/1.0 and HTTP/1.1. Extended Documentation Usage Access Logging Using Behind a Reverse Proxy Design Differences from zope.server waitress API Arguments to waitress the server. See https://github.com/Pylons/waitress/pull/399 Fixed testing of vendored asyncore code to not rely on particular naming for errno's. See https://github.com/Pylons/waitress/pull/397 HTTP Request0 码力 | 55 页 | 56.36 KB | 1 年前3
waitress Documentation v2.1.1Waitress 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 version 3.7+) on UNIX. It supports HTTP/1.0 and HTTP/1.1. Extended Documentation Usage Access Logging Using Behind a Reverse Proxy Design Differences from zope.server waitress API Arguments to waitress contain invalid data we no longer continue in and return a 400 Bad Request. This stops potential HTTP desync/HTTP request smuggling. Thanks to Zhang Zeyu for reporting this issue. See https://github.com/Py0 码力 | 53 页 | 58.27 KB | 1 年前3
waitress Documentation v2.1.0Waitress 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 version 3.7+) on UNIX. It supports HTTP/1.0 and HTTP/1.1. Extended Documentation Usage Access Logging Using Behind a Reverse Proxy Design Differences from zope.server waitress API Arguments to waitress attempts to guess at what the server_name should be for a listen socket, instead it always use a new adjustment/argument named server_name. Please see the documentation for server_name in https://docs.pylonsproject0 码力 | 52 页 | 57.95 KB | 1 年前3
Flask Documentation (1.1.x). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 1.19 Development Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108 1.20 Working write a web application, you are probably allowing users to register and leave their data on your server. The users are entrusting you with data. And even if you are the only user that might leave data running flask commands. • Watchdog provides a faster, more efficient reloader for the development server. 1.3.3 Virtual environments Use a virtual environment to manage the dependencies for your project0 码力 | 291 页 | 1.25 MB | 1 年前3
Django 1.8.x Documentationwith the API Writing your first Django app, part 2 Creating an admin user Start the development server Enter the admin site Make the poll app modifiable in the admin Explore the free admin functionality for your changes So what do I do next? Using Django How to install Django Install Python Install Apache and mod_wsgi Get your database running Remove any old versions of Django Install the Django code databases Tablespaces Database access optimization Examples of model relationship API usage Handling HTTP requests URL dispatcher Writing views View decorators File Uploads Django shortcut functions Generic0 码力 | 2454 页 | 2.85 MB | 1 年前3
waitress Documentation v1.3.1waitress 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 standard under Python 2.7+ and Python 3.4+. It is also known to run on PyPy 1.6.0 on UNIX. It supports HTTP/1.0 and HTTP/1.1. Contents 1 waitress Documentation, Release 1.3.1 2 Contents CHAPTER 1 Extended Documentation import serve serve(wsgiapp, listen='*:8080') Press Ctrl-C (or Ctrl-Break on Windows) to exit the server. The following will run waitress on port 8080 on all available IPv4 addresses, but not IPv6. from0 码力 | 95 页 | 249.32 KB | 1 年前3
共 550 条
- 1
- 2
- 3
- 4
- 5
- 6
- 55













