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.

  1. data CommandLineQuickCheckOptions

    sandwich Test.Sandwich.Misc

    No documentation available.

  2. CommandLineQuickCheckOptions :: Maybe Integer -> Maybe Int -> Maybe Int -> Maybe Int -> Maybe Int -> CommandLineQuickCheckOptions

    sandwich Test.Sandwich.Misc

    No documentation available.

  3. newtype SomeExceptionWithEq

    sandwich Test.Sandwich.Misc

    No documentation available.

  4. SomeExceptionWithEq :: SomeException -> SomeExceptionWithEq

    sandwich Test.Sandwich.Misc

    No documentation available.

  5. data ParseRequestBodyOptions

    scotty Web.Scotty

    A data structure that describes the behavior of the parseRequestBodyEx function.

  6. RequestTooLarge :: ScottyException

    scotty Web.Scotty

    No documentation available.

  7. WaiRequestParseException :: RequestParseException -> ScottyException

    scotty Web.Scotty

    No documentation available.

  8. WarpRequestException :: InvalidRequest -> ScottyException

    scotty Web.Scotty

    No documentation available.

  9. request :: ActionM Request

    scotty Web.Scotty

    Get the Request object.

  10. 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.

Page 338 of many | Previous | Next