Glyph11 Glyph11 Docs API Reference Benchmarks
CTRL K
    GitHub
    CTRL K
      • Benchmarks
      • Documentation
        • Getting Started
          • PipeReader Integration
        • Architecture
          • Zero-Copy Parsing
          • Multi-Segment Handling
        • Parsers
          • HardenedParser
          • FlexibleParser
        • Security
          • Parser Limits
          • Request Semantics
        • API Reference
          • HardenedParser
          • FlexibleParser
          • ParserLimits
          • BinaryRequest
          • KeyValueList
          • RequestSemantics
          • BufferSegment
        • Performance
          • Best Practices
      • Light

      • Dark

      • System

      NuGet

      Zero-Allocation HTTP/1.1 Parsing

      A dependency-free, low-allocation HTTP/1.1 header parser for C# 
      built on Span<T> and ReadOnlySequence<byte>.

      Get Started

      Zero Allocation

      ROM path produces zero heap allocations. All parsed fields are ReadOnlyMemory slices into the original buffer.

      Security Hardened

      RFC 9110/9112 validation with configurable resource limits. Detects request smuggling, path traversal, and protocol violations.

      Network Agnostic

      Works with any network stack: Socket, NetworkStream, PipeReader, or anything that produces ReadOnlySequence.

      • Light

      • Dark

      • System


      Powered by Hextra