deno_http_h1 0.3.0

HTTP/1 protocol pieces for Deno
Documentation

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