Introduction to fastapi framework
Two core components of fastapi
4 major characteristics of http protocol
Request protocol format of http protocol
Corresponding protocol format of http protocol
DIY a web application to test http protocol format
DIY a web application to test content-type
What is front-end and back-end separation mode?
Restful interface development specifications
fastapi quickstart
Introduction to path operation decorator method parameters
fastapi route distribution include_router
Request information path parameters
path parameters
Query parameters (request parameters)
Request body data
form form data
File Upload
Request object
Static file request
Response model parameters
Jinja2 template introduction
Template syntax variable rendering
Template syntax filters
Template syntax control structure
ORM creates model class
ORM migration command
api interface and restful specifications
ORM query operation of course selection system
ORM response page data
ORM adds table records
ORM many-to-many adding records
ORM many-to-many query records
ORM operation editing interface development
ORM operation deletion interface development
The concept of middleware
Use of middleware
CORS component implements cross-domain requests