• epub 文档 Falcon v3.0.1 Documentation

    0 码力 | 1058 页 | 741.59 KB | 1 年前
    3
    文档详细记录了Falcon不同版本的更新内容,包括功能改进、错误修复以及与之前版本的不兼容性变更。Falcon 0.3.0版本引入了新的路由架构,提升了性能和灵活性,并且支持了Jython 2.7。Falcon 3.0.1版本修复了多个错误,包括UTF-8和ISO-8859-1编码问题。Falcon 1.1.0版本增加了新的属性和方法,例如bounded_stream和uri_template,提升了请求和响应处理的能力。
  • pdf 文档 Falcon v3.1.0 Documentation

    0 码力 | 362 页 | 1.29 MB | 1 年前
    3
    Falcon Documentation, Release 3.1.0, describes the features, updates, and usage of the Falcon web framework. It highlights Falcon's minimalist design, support for ASGI, WSGI, and WebSocket, native asyncio support, and robust request handling. The documentation includes changelogs, FAQs, user guides, and contributors' acknowledgments. Falcon is designed for high-performance and customizable backend development, emphasizing RESTful routing, middleware extensibility, and strict RFC adherence.
  • epub 文档 Falcon v1.4.1 Documentation

    0 码力 | 231 页 | 272.52 KB | 1 年前
    3
    文档介绍了Falcon Web Framework v1.4.1的特性和用法。Falcon是一个轻量级的WSGI库,专为构建高性能Web API和应用后端设计。它强调简单、直接的HTTP和REST风格的支持,避免了不必要的依赖和抽象。文档详细描述了Falcon的核心功能,包括路由、中间件、Hooks、错误处理和测试等方面。此外,还提供了安装指南、变更日志和社区资源链接。Falcon采用Apache 2.0协议,适用于商业应用,并支持多种Python版本和运行环境。
  • epub 文档 Falcon v3.1.1-b1 Documentation

    0 码力 | 540 页 | 476.61 KB | 1 年前
    3
    文档详细记录了Falcon Framework的多个版本更新,包括新功能、改进和错误修复。Falcon 3.1.1-b1版本主要修复了高影响错误,并添加了对CPython 3.11的支持。Falcon 3.1.0版本引入了对CPython 3.10的支持,并 deprecated CPython 3.6。版本0.3.0引入了新的路由架构、改进的性能和URI模板支持。此外,多个版本更新中添加了新的属性如bounded_stream和uri_template,提升了错误处理和请求/响应功能。
  • pdf 文档 Falcon v3.1.1 Documentation

    0 码力 | 378 页 | 1.29 MB | 1 年前
    3
    文档详细介绍了Falcon框架的版本更新、功能特性及使用指南。Falcon是一个高性能的Python Web框架,支持ASGI、WSGI和WebSocket,强调REST架构风格和极简设计。版本3.1.1引入了新的JSON序列化参数、改进了TestClient的功能,并修复了多个bug。文档还包括FAQ、设计理念、性能优化和路由指南,帮助开发者高效构建和测试API。
  • pdf 文档 Falcon v1.4.1 Documentation

    0 码力 | 156 页 | 574.46 KB | 1 年前
    3
    Falcon 是一个轻量级的 WSGI 库,用于构建高性能的 Web APIs 和应用后端。其设计理念强调简洁和高效,支持 REST 架构风格,并且兼容多种 WSGI 服务器。Falcon 特别适用于大规模微服务和响应式应用后端,提供了快速、可靠且灵活的解决方案。该框架仅依赖 six 和 mimeparse,支持多种 Python 版本及 PyPy,兼容性强且安全性高。
  • pdf 文档 Falcon v3.0.0-b1 Documentation

    0 码力 | 338 页 | 1.14 MB | 1 年前
    3
    文档详细描述了Falcon 3.0.0b1版本的更新内容,包括新增功能如基于JSON Schema的资源序列化和反序列化、URI模板字段转换器的支持,以及对CPython 3.6的全面支持和PyPy 3.5的测试支持。同时,文档修复了多处代码示例中的语法错误,并对多个版本进行了变更日志记录,涉及平台支持调整和错误修复。
  • pdf 文档 Falcon v3.1.1-rc1 Documentation

    0 码力 | 378 页 | 1.29 MB | 1 年前
    3
    The document provides comprehensive documentation for Falcon v3.1.1rc1, detailing its features, updates, and improvements. Falcon is a high-performance Python web framework supporting ASGI, WSGI, and WebSocket. It emphasizes minimalistic design, RESTful routing, and robust request handling. Key updates include enhanced JSON serialization, improved TestClient methods, and fixes for issues like Forwarded headers parsing and Unicode handling. The framework is extensible, supports middleware, and provides features like CORS implementation, request authentication, and error handling.
  • epub 文档 Falcon v3.0.0-b2 Documentation

    0 码力 | 1041 页 | 730.21 KB | 1 年前
    3
    文档介绍了Falcon Web Framework的版本更新,特别是v2.0和v3.0的新功能和改进。Falcon作为一个高效的WSGI库,适用于构建快速的Web API和应用后端。文档详细描述了性能优化、上下文对象的更改、新的属性和方法,以及其他改进和错误修复。新版本还引入了对Jython的支持、改进的文档、错误处理的增强以及测试客户端的新功能。
  • pdf 文档 Falcon v0.2.0 Documentation

    0 码力 | 70 页 | 296.15 KB | 1 年前
    3
    Falcon is a lightweight and highly effective web framework designed with minimalism in mind. It supports REST-inspired mapping of URIs to resources, URI templates based on RFC, and provides features such as global, resource, and method hooks, idiomatic HTTP error responses, and full Unicode support. Falcon works well with asynchronous libraries like gevent, ensures minimal attack surface for secure APIs, and offers comprehensive testing with 100% code coverage. It has minimal dependencies and supports various Python versions including Python 2.6, 2.7, 3.3, 3.4, and PyPy.
共 40 条
  • 1
  • 2
  • 3
  • 4
前往