Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.Wai.Handler.WarpQUIC
Description
WAI handler for HTTP/3 based on QUIC.
Synopsis
- type QUICSettings = ServerConfig
- runQUICSocket :: QUICSettings -> Settings -> Socket -> Application -> IO ()
- runQUICSockets :: QUICSettings -> Settings -> [Socket] -> Application -> IO ()
- runQUIC :: QUICSettings -> Settings -> Application -> IO ()
- quicApp :: Settings -> Application -> InternalInfo -> Connection -> IO ()
Documentation
type QUICSettings = ServerConfig Source #
QUIC server settings.
runQUICSocket :: QUICSettings -> Settings -> Socket -> Application -> IO () Source #
runQUICSockets :: QUICSettings -> Settings -> [Socket] -> Application -> IO () Source #
runQUIC :: QUICSettings -> Settings -> Application -> IO () Source #
Running warp with HTTP/3 on QUIC.
quicApp :: Settings -> Application -> InternalInfo -> Connection -> IO () Source #