HTTP/1.1 protocol pieces optimized for Deno's single-threaded serve path.
Goals:
- zero allocations in the steady-state request/response hot path
- single-threaded buffer ownership; no ref-counted byte buffers in core h1
- direct flat header representation
- minimal
unsafe - full HTTP/1.1 compliance as the implementation fills out