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