warp-quic-0.0.0: Warp based on QUIC
Safe HaskellNone
LanguageHaskell2010

Network.Wai.Handler.WarpQUIC

Description

WAI handler for HTTP/3 based on QUIC.

Synopsis

Documentation

type QUICSettings = ServerConfig Source #

QUIC server settings.

runQUIC :: QUICSettings -> Settings -> Application -> IO () Source #

Running warp with HTTP/3 on QUIC.