DocumentationDocumentationGlyph11 is a dependency-free, low-allocation HTTP/1.1 header parser for C#. It operates on ReadOnlyMemory<byte> and ReadOnlySequence<byte>, making it compatible with any network stack.Explore Getting StartedInstall the package and parse your first request.ArchitectureUnderstand the ROM and linearize parsing paths.ParsersHardenedParser usage, validation, and limits.SecurityPost-parse validation and attack detection.API ReferenceComplete type and method signatures.PerformanceDesign characteristics and optimization tips.