All Projects → truemedian → hzzp

truemedian / hzzp

Licence: MIT license
No description or website provided.

Programming Languages

Zig
133 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].