Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 2.65 KB

README.md

File metadata and controls

38 lines (29 loc) · 2.65 KB

GitHub Actions status

IETF QUIC implementation in Haskell

This package implements QUIC based on Haskell lightweight threads.

  • APIs are found in the Network.QUIC module.
  • Example client and server are found in the util/ directory.

This package covers:

The followings are implemented in http3:

Technical/blog articles: