Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ducdetronquito/h11
I/O agnostic HTTP/1.1 implementation for Zig 🦎
https://github.com/ducdetronquito/h11
http io-free parser zig
Last synced: 2 months ago
JSON representation
I/O agnostic HTTP/1.1 implementation for Zig 🦎
- Host: GitHub
- URL: https://github.com/ducdetronquito/h11
- Owner: ducdetronquito
- License: 0bsd
- Archived: true
- Created: 2020-03-28T12:22:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T12:27:00.000Z (about 2 years ago)
- Last Synced: 2024-08-03T23:24:22.577Z (5 months ago)
- Topics: http, io-free, parser, zig
- Language: Zig
- Homepage:
- Size: 192 KB
- Stars: 100
- Watchers: 7
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-zig - ducdetronquito/h11 - free HTTP/1.1 implementation inspired by hyper/h11. (Network / Zigged Project)
- awesome-zig - h11🗒️I/O agnostic HTTP/1.1 implementation for Zig
README
# h11
[![Build Status](https://api.travis-ci.org/ducdetronquito/h11.svg?branch=master)](https://travis-ci.org/ducdetronquito/h11) [![License](https://img.shields.io/badge/License-BSD%200--Clause-ff69b4.svg)](https://github.com/ducdetronquito/h11#license) [![Requirements](https://img.shields.io/badge/zig-master_(19.08.2021)-orange)](https://ziglang.org/)
I/O free state machine implementation of the HTTP/1.1 protocol.
Inspired by the amazing work of [python-hyper](https://github.com/python-hyper/h11).
⚠️ I'm currently renovating an old house which does not allow me to work on [requestz](https://github.com/ducdetronquito/requestz/), [h11](https://github.com/ducdetronquito/h11/) and [http](https://github.com/ducdetronquito/http) anymore. Feel free to fork or borrow some ideas if there are any good ones :)
## Installation
*h11* is available on [astrolabe.pm](https://astrolabe.pm/) via [gyro](https://github.com/mattnite/gyro)
```
gyro add ducdetronquito/h11
```## Dependencies
- [http](https://github.com/ducdetronquito/http)
## License
*h11* is released under the [BSD Zero clause license](https://choosealicense.com/licenses/0bsd/). 🎉🍻