Categories
Applications
  • Github CLI
  • SSH
  • HTTPS
Clone Repo

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…

About
Owner
Last Commit
2024-09-10
Latest Release
Latest Release Date
Created
2020-06-14