Learning
What is HTTP?
HTTP is the request and response protocol used by the web and most REST APIs.
Last updated 2026-07-12 · 5 min read
Requests and responses
An HTTP request has a method, URL, headers, optional cookies, and sometimes a body. Responses include a status code, headers, and optional body.
Local inspection
You can build and inspect request definitions locally without sending traffic, which is useful before sharing generated client code.