Flask Documentation (1.1.x)
0 码力 | 428 页 | 895.98 KB | 2 年前Flask is a micro web framework for Python that provides simplicity and flexibility for building web applications. It depends on the Jinja2 template engine and the Werkzeug WSGI toolkit. The documentation covers installation, configuration, and usage, including detailed API references. Key features include application objects, blueprint objects for organizing code, request handling, template rendering, and error handling. The document also highlights version updates, new features, and backward compatibility considerations.
Flask-RESTful Documentation Release 0.3.8
0 码力 | 55 页 | 93.30 KB | 2 年前Flask-RESTful是一个用于快速构建REST API的Flask扩展,提供了轻量级的抽象以支持现有ORM或库。文档详细介绍了其安装、基本用法、资源路由、参数解析、数据格式化、错误处理以及如何扩展和定制Flask-RESTful功能。主要内容包括如何通过视图装饰器处理请求,如何定义自定义错误消息,如何使用字段模块控制输出数据,以及如何通过内容协商支持多种媒体类型。
Flask-RESTful Documentation Release 0.3.6
0 码力 | 49 页 | 91.90 KB | 2 年前Flask-RESTful是一个用于快速构建REST API的Flask扩展,支持资源路由、请求解析、输出字段控制、自定义错误处理等功能。文档详细介绍了如何安装、配置、使用Flask-RESTful,包括快速入门、请求解析、输出格式化、自定义错误处理、扩展功能等。用户可以通过定义资源类和路由来创建RESTful API,并支持多种请求方法和参数解析。
Flask-RESTful Documentation Release 0.3.7
0 码力 | 55 页 | 93.21 KB | 2 年前Flask-RESTful 是一个用于快速构建 REST API 的 Flask 扩展,支持资源路由、参数解析、数据格式化等功能。文档详细介绍了如何使用 Flask-RESTful 创建 REST API,包括快速入门、资源路由配置、参数验证、数据格式化、错误处理以及自定义错误消息。此外,还提供了内容协商的支持,允许开发者扩展 API 功能,支持多种媒体类型。
共 4 条
- 1













