Concept Flow - Setting response headers
Start HTTP request
Create response object
Set response headers
Write response body
Send response to client
End request handling
This flow shows how a Node.js server sets headers on the response before sending it back to the client.
