A I/O agnostic HTTP/1.1 parser and encoder for Zig.
- Performs no allocations during parsing or encoding, uses a single buffer for all parsing.
- Relatively simple to use.
- Works with any Reader and Writer.
- hzzp does not buffer either reads or writes, if you prefer the performance boost such buffering provides, you must provide your own buffered Reader and Writers.
Coming Soon...