Concept Flow - Status codes and headers
Receive HTTP Request
Controller handles request
Set Status Code
Set Headers
Send Response with Body
Client receives response
The server receives a request, the controller sets status code and headers, then sends the response back to the client.