• pdf 文档 Tornado 6.5 Documentation

    0 码力 | 272 页 | 1.12 MB | 2 月前
    3
    文档详细记录了Tornado框架版本6.5.1的更新内容,包括新功能、改进和安全性增强。主要更新涉及tornado.web模块,如支持PATCH HTTP方法、改进静态文件处理和请求处理;tornado.websocket模块支持最新协议和子协议;tornado.httpclient改进了请求处理和安全性;tornado.iostream优化了IO操作;tornado.options改进了配置解析和日志输出。同时,文档还列出了与之前版本的不兼容性更改,包括安全cookie的改进和错误处理的变化。
  • pdf 文档 Tornado 6.4 Documentation

    0 码力 | 268 页 | 1.09 MB | 1 年前
    3
    Tornado Documentation, Release 6.4 introduce various improvements and bug fixes across multiple modules. Key updates include enhanced performance in IOLoop and IOStream, better IPv6 support in tcpclient and tcpserver, improved error handling in subprocess and cpu_count, and security fixes for cookie parsing. The documentation also covers new features such as support for source_ip and source_port in TCPClient, improved HTTP redirect handling, and enhanced logging capabilities. Additionally, several deprecations and removals of outdated features are noted to guide developers toward modern practices.
  • pdf 文档 Tornado 6.1 Documentation

    0 码力 | 245 页 | 904.24 KB | 1 年前
    3
    文档详细说明了Tornado 6.1版本的更新内容,包括各种新功能、改进和向后不兼容的更改。主要更新涉及性能优化、Bug修复以及模块功能增强,如tornado.auth、tornado.gen、tornado.ioloop等模块的改进。此外,还增加了对原生coroutine的支持,提升了异步编程的效率,并强化了安全性和兼容性。
  • pdf 文档 Tornado 6.2 Documentation

    0 码力 | 260 页 | 1.06 MB | 1 年前
    3
    文档全面介绍了Tornado 6.2版本的新功能、改进和修改。主要更新包括IOLoop的新特性,如支持coroutine和datetime.timedelta对象;HTTP客户端和服务器的增强,如支持非ASCII头值和更好的重定向处理;WebSocket的改进,如支持dict参数;以及其他内部库的优化,如SSLIOStream的性能提升。文档还提到了对Windows支持的改进、支持非ASCII文件名的StaticFileHandler、新功能如时间基于日志轮转模式,以及对DNS解析器和线程安全的增强。
  • pdf 文档 Tornado 4.5 Documentation

    0 码力 | 222 页 | 833.04 KB | 1 年前
    3
    The document provides release notes for Tornado 4.5.3, detailing new features, improvements, and bug fixes. Key updates include a new flexible routing system, enhanced compatibility with asyncio, improved memory usage, and security fixes. The tornado.auth module has been updated for compatibility with Facebook's access_token endpoint, and the tornado.websocket module now limits incoming message size. Performance improvements include reduced circular references and better handling of asynchronous operations. Security fixes address issues like header injection and cookie parsing vulnerabilities. Additionally, Tornado now requires Python 2.7 or 3.3+, with support for PyPy3 continuing.
  • pdf 文档 Tornado 6.4 Documentation 推荐

    0 码力 | 268 页 | 1.09 MB | 1 年前
    3
    Tornado 6.4 documentation outlines improvements and new features across various modules. The tornado.iostream module now uses bytearray for better performance and allows memoryview objects for writing. The tornado.log module supports colored output on Windows with colorama. The tornado.web module introduces methods for customizing UIModule output and enhances security with xsrf_cookie_name. Security improvements include stricter parsing of Content-Length and Transfer-Encoding headers to prevent vulnerabilities. Other updates include improved IPv6 support, better error handling, and enhancements to TCPClient, TCPServer, and WebSocket functionality.
  • pdf 文档 Tornado 6.4 Documentation

    0 码力 | 268 页 | 1.09 MB | 1 年前
    3
    文档系统阐述了Tornado 6.4版本的功能更新和改进,包括性能优化、错误处理增强、安全修复以及与其他库的兼容性提升。Tornado是一个Python异步网络库和Web框架,旨在通过非阻塞网络I/O实现高并发处理,适用于长连接和实时Web应用。其主要组件包括Web框架、HTTP客户端/服务器实现和异步网络库。版本更新涵盖了多个模块,如tornado.iostream、tornado.log、tornado.tcpclient等,新增了诸如支持colored日志输出、改进IPv6支持、优化错误处理和提高默认安全性等功能。
  • pdf 文档 Tornado 6.3 Documentation

    0 码力 | 264 页 | 1.06 MB | 1 年前
    3
    文档详细介绍了Tornado 6.3.3版本的功能和改进,其中包括其主要组件:Web框架、HTTP服务器及客户端实现、异步网络库等。Tornado通过非阻塞网络I/O实现高并发,适用于长连接场景,如实时Web应用。文档还列举了各模块的更新,如tornado.httpclient支持代理摘要认证,tornado.httputil优化了头部解析,tornado.gen增强了对contextvars的支持,并修复了多个安全漏洞和性能问题。同时,文档提供了安装指南、 사용者指南和讨论与支持的相关信息。
  • pdf 文档 Tornado 5.1 Documentation

    0 码力 | 243 页 | 895.80 KB | 1 年前
    3
    文档详细介绍了Tornado框架,包括其主要组件:Web框架、HTTP客户端和服务器、异步网络库及协程库。文档中列出了Tornado 5.1.1版本的更新内容,涉及多个模块的改进与修复,如tornado.curl_httpclient、tornado.escape、tornado.gen等。此外,文档还提供了Tornado的使用指南、安装说明及讨论与支持信息,介绍了如何利用Tornado高效处理非阻塞网络I/O,实现长连接应用。
  • pdf 文档 Tornado 6.0 Documentation

    0 码力 | 245 页 | 885.76 KB | 1 年前
    3
    文档介绍了Tornado 6.0版本的新特性、改进和问题修复。主要包括结束对Python 2.7和3.4的支持,移除被废弃的API,增加了类型注解,优化了内部协程的性能,并对多个子模块如auth、concurrent、gen、httpclient、iostream、log等进行了改进。此外,还修复了一些已知问题,如IOStream关闭时的错误处理,WebSocket的新特性支持,以及改进了日志输出和配置。
共 10 条
  • 1
前往