mathbong
Home
∑ School Math∑ Advanced Math
[] CodingAI Vibe</> Utils⎈ Infra
◎ My Project
Terms Tools About
KO
Glossary coding Term Page

Query parameter

optional `?key=value` pairs for sorting or filtering

query-parameter #coding#fastapi#python
Korean version

Related Concepts

Path parameter422 responseHTTPStatus codeWebhook

Core Idea

Query parameter is optional ?key=value pairs for sorting or filtering. It usually makes the most sense alongside Path parameter, 422 response, HTTP.

Why It Matters Here

Mathbong reuses this term across fastapi posts as shared vocabulary.

Posts Mentioning This Concept

[Python 시리즈 7편] requests로 API 호출하고 자동화하기 requests 설치, GET/POST 호출, 응답 검증, 파일 저장과 예약 실행까지 간단한 API 자동화 흐름을 만든다.[FastAPI 시리즈 3편] 경로 파라미터와 쿼리 파라미터 구분하기 경로(path)와 쿼리(query) 파라미터를 FastAPI에서 어떻게 선언하고 검증하는지, uv 기반 개발 서버로 실습하며 정리합니다.[FastAPI Series 3] Separate Path and Query Parameters Shows how to declare path vs. query parameters in FastAPI, validate them, and practice the flow in Swagger UI.

© 2026 mathbong. All rights reserved.

RSS