/hzzp

Primary LanguageZigMIT LicenseMIT

hzzp

Linux Workflow Status Windows Workflow Status MacOS Workflow Status

A I/O agnostic HTTP/1.1 parser and encoder for Zig.

Features

  • Performs no allocations during parsing or encoding, uses a single buffer for all parsing.
  • Relatively simple to use.
  • Works with any Reader and Writer.

Notes

  • 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.

Examples

Coming Soon...