https://github.com/truemedian/hzzp
https://github.com/truemedian/hzzp
http zig
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/truemedian/hzzp
- Owner: truemedian
- License: mit
- Created: 2020-06-14T17:12:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T14:46:01.000Z (about 1 year ago)
- Last Synced: 2025-04-01T03:11:07.406Z (8 months ago)
- Topics: http, zig
- Language: Zig
- Homepage:
- Size: 13.7 MB
- Stars: 86
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - hzzp🗒️A I/O agnostic HTTP/1.1 parser and encoder for Zig
README
# hzzp
[](https://github.com/truemedian/hzzp/actions/workflows/linux.yml)
[](https://github.com/truemedian/hzzp/actions/workflows/windows.yml)
[](https://github.com/truemedian/hzzp/actions/workflows/macos.yml)
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...**