Concept Flow - HttpResponse object
Create HttpResponse object
Set content attribute
Set status_code attribute
Set headers attribute
Return HttpResponse to client
Client receives response with content, status, headers
This flow shows how a HttpResponse object is created, configured with content, status code, and headers, then sent back to the client.