Glossary coding Term Page

prefix

A string automatically added to every path (for example `/tasks`) so you do not repeat you

prefix #coding#fastapi
Korean version

Related Concepts

Core Idea

prefix is A string automatically added to every path (for example /tasks) so you do not repeat yourself. It usually makes the most sense alongside APIRouter, include_router, tags.

Why It Matters Here

Mathbong reuses this term across fastapi posts as shared vocabulary.

Posts Mentioning This Concept