A dependency-free, low-allocation HTTP/1.1 header parser for C#
built on Span<T> and ReadOnlySequence<byte>.
ROM path produces zero heap allocations. All parsed fields are ReadOnlyMemory
RFC 9110/9112 validation with configurable resource limits. Detects request smuggling, path traversal, and protocol violations.
Works with any network stack: Socket, NetworkStream, PipeReader, or anything that produces ReadOnlySequence