Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
data
CommandLineQuickCheckOptions sandwich Test.Sandwich.Misc No documentation available.
-
sandwich Test.Sandwich.Misc No documentation available.
-
sandwich Test.Sandwich.Misc No documentation available.
SomeExceptionWithEq :: SomeException -> SomeExceptionWithEqsandwich Test.Sandwich.Misc No documentation available.
-
scotty Web.Scotty A data structure that describes the behavior of the parseRequestBodyEx function.
RequestTooLarge :: ScottyExceptionscotty Web.Scotty No documentation available.
WaiRequestParseException :: RequestParseException -> ScottyExceptionscotty Web.Scotty No documentation available.
WarpRequestException :: InvalidRequest -> ScottyExceptionscotty Web.Scotty No documentation available.
-
scotty Web.Scotty Get the Request object.
setMaxRequestBodySize :: Kilobytes -> ScottyM ()scotty Web.Scotty Set global size limit for the request body. Requests with body size exceeding the limit will not be processed and an HTTP response 413 will be returned to the client. Size limit needs to be greater than 0, otherwise the application will terminate on start.