Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setMaxLengthForRequest :: (Request -> IO (Maybe Word64)) -> RequestSizeLimitSettings -> RequestSizeLimitSettings

    wai-extra Network.Wai.Middleware.RequestSizeLimit

    Function to determine the maximum request size in bytes for the request. Return Nothing for no limit.

  2. maxLengthForRequest :: RequestSizeLimitSettings -> Request -> IO (Maybe Word64)

    wai-extra Network.Wai.Middleware.RequestSizeLimit.Internal

    Function to determine the maximum request size in bytes for the request. Return Nothing for no limit. Since 3.1.1

  3. setMaxLengthForRequest :: (Request -> IO (Maybe Word64)) -> RequestSizeLimitSettings -> RequestSizeLimitSettings

    wai-extra Network.Wai.Middleware.RequestSizeLimit.Internal

    Function to determine the maximum request size in bytes for the request. Return Nothing for no limit.

  4. registerTransformation :: (Config -> [SpecTree] -> [SpecTree]) -> SpecWith a

    hspec-core Test.Hspec.Core.Extension

    Register a transformation that transforms the spec tree in phase 3. The registered transformation can use:

  5. configAvailableFormatters :: Config -> [(String, FormatConfig -> IO Format)]

    hspec-core Test.Hspec.Core.Extension.Config

    No documentation available.

  6. configFormat :: Config -> Maybe (FormatConfig -> IO Format)

    hspec-core Test.Hspec.Core.Extension.Config

    No documentation available.

  7. configFormatException :: Config -> SomeException -> String

    hspec-core Test.Hspec.Core.Extension.Config

    No documentation available.

  8. configFormatter :: Config -> Maybe Formatter

    hspec-core Test.Hspec.Core.Extension.Config

    Deprecated: Use useFormatter instead.

  9. defaultFormatConfig :: FormatConfig

    hspec-core Test.Hspec.Core.Format

    No documentation available.

  10. failedFormatter :: Formatter -> FormatM ()

    hspec-core Test.Hspec.Core.Formatters.V1

    No documentation available.

Page 507 of many | Previous | Next