The response headers describe the body before it appears.
Headers describe the body
Content-Type says the body is text/plain.
Content-Type=text/plain
Content-Length declares a byte count
The header declares 5 body bytes.
Content-Length=5
Headers are not the body
The header rows are read before the blank-line boundary.
headers first
Summary
Content-Length is a promise about the body bytes that follow the headers.
declared body count