Concept Flow - Response headers
Client sends HTTP request
Flask app processes request
Create response object
Add headers to response
Send response with headers back to client
Client receives response with headers
This flow shows how a Flask app receives a request, creates a response, adds headers, and sends it back to the client.