@https://fastapi.tiangolo.com/

Getting Start

Type Hints

Path Parameters

Query Parameters

Request Body

Query Parameters and String Validations

Path Parameters and Numeric Validations

Body - Multiple Parameters, Field

Body - Nested Models

Schema Extra, Data type

Cookie, Header Parameters

Response Model

Extra Models

Response Status Code

Query Filtering

Fast API는 현재 파이썬 웹 프레임워크 중 가장 빠른 것 중 하나이며, type hints를 제공한다.

주요 특징은 아래와 같다.