PROMPTS & APIs • 92 / 397
Understand how applications send instructions to models and handle production API behavior.
HTTP
HTTP is the common application protocol used for web and API communication.
Think of it like
Think of HTTP like a restaurant or service desk: the request must reach the right endpoint in the right format and the response must be handled safely.
Real life
Web applications use concepts such as HTTP to communicate with external services.
SRE lens
Model APIs typically run over HTTP or HTTPS.
Remember thisHTTP is the common application protocol used for web and API communication.