Lesson 6.3
HEAD without the body
Why HEAD is GET with the body bytes withheld, and the one Response field that makes the head byte-honest while the body never leaves.
What you will build
- State the HTTP contract for HEAD and this framework's stricter same-headers policy.
- Explain why auto-HEAD selects the GET route instead of synthesizing an empty response.
- Add res._headOnly and suppress the body write in _send without touching the head.