| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Network.Wai.Middleware.Timeout
Description
Timeout requests
Synopsis
- timeout :: Int -> Middleware
- timeoutStatus :: Status -> Int -> Middleware
- timeoutAs :: Response -> Int -> Middleware
Documentation
timeout :: Int -> Middleware Source #
Time out the request after the given number of seconds
Timeouts respond with status503timeoutStatustimeoutAs
since 3.0.24.0
timeoutStatus :: Status -> Int -> Middleware Source #
Time out with the given Status
since 3.0.24.0