Category FastAPI 教程

FastAPI 是一个用于构建 API 的现代、快速(高性能)的 web 框架,专为在 Python 中构建 RESTful API 而设计。

FastAPI 使用 Python 3.8+ 并基于标准的 Python 类型提示。

FastAPI 建立在 Starlette 和 Pydantic 之上,利用类型提示进行数据处理,并自动生成API文档。

FastAPI 于 2018 年 12 月 5 日发布第一版本,以其易用性、速度和稳健性在开发者中间迅速流行起来。

FastAPI 基本路由

目录 1. 路由基础概述 在 FastAPI 中,路由是用来处理特定 URL 路… Continue Reading →

FastAPI 交互式 API 文档

目录 1. 交互式 API 文档简介 FastAPI 会自动为每个应用生成交互式… Continue Reading →

第一个 FastAPI 应用

目录 1. 创建 FastAPI 应用 在 FastAPI 中创建一个应用非常简… Continue Reading →

FastAPI 安装教程

目录 1. FastAPI 安装概述 FastAPI 是一个用于构建 Web A… Continue Reading →

FastAPI 教程

目录 1. FastAPI 简介 FastAPI 是一个现代、快速(高性能)、W… Continue Reading →

© 2025 52kanjuqing-开发者社区,学的不仅是技术,更是梦想 — Powered by WordPress

Theme by Anders NorenUp ↑