Skip to content

kazu-yamamoto/quic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: