An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![GitHub Actions status](https://github.com/kazu-yamamoto/http3/workflows/Haskell%20CI/badge.svg)

## 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)