Glossary coding Term Page

Request body

the JSON payload carried by `POST`/`PUT` requests

request-body #coding#fastapi
Korean version

Related Concepts

Core Idea

Request body is the JSON payload carried by POST/PUT requests; the focus of this post. It usually makes the most sense alongside Pydantic, BaseModel.

Why It Matters Here

Mathbong reuses this term across fastapi posts as shared vocabulary.

Posts Mentioning This Concept