https://github.com/kazu-yamamoto/http3
HTTP/3 library in Haskell
https://github.com/kazu-yamamoto/http3
Last synced: about 2 months ago
JSON representation
HTTP/3 library in Haskell
- Host: GitHub
- URL: https://github.com/kazu-yamamoto/http3
- Owner: kazu-yamamoto
- License: bsd-3-clause
- Created: 2020-03-26T07:45:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T08:09:50.000Z (about 1 year ago)
- Last Synced: 2024-04-13T21:46:45.425Z (about 1 year ago)
- Language: Haskell
- Size: 2.94 MB
- Stars: 60
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - kazu-yamamoto/http3 - 03 star:0.1k fork:0.0k HTTP/3 library in Haskell (Haskell)
README

## HTTP/3 and QPACK implementation in Haskell
This package implements HTTP/3 and QPACK based on Haskell lightweight threads.
This package covers:
- [HTTP/3](https://tools.ietf.org/html/rfc9114)
- [QPACK: Field Compression for HTTP/3](https://tools.ietf.org/html/rfc9204)