Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
wai-extra Network.Wai.Middleware.RequestSizeLimit.Internal Function to determine the maximum request size in bytes for the request. Return Nothing for no limit.
registerTransformation :: (Config -> [SpecTree] -> [SpecTree]) -> SpecWith ahspec-core Test.Hspec.Core.Extension Register a transformation that transforms the spec tree in phase 3. The registered transformation can use:
- Tree.mapItems to modify spec items
- Tree.filterItems to discard spec items
- Config.getAnnotation to access custom config metadata
- Item.getAnnotation to access custom item metadata
configAvailableFormatters :: Config -> [(String, FormatConfig -> IO Format)]hspec-core Test.Hspec.Core.Extension.Config No documentation available.
configFormat :: Config -> Maybe (FormatConfig -> IO Format)hspec-core Test.Hspec.Core.Extension.Config No documentation available.
configFormatException :: Config -> SomeException -> Stringhspec-core Test.Hspec.Core.Extension.Config No documentation available.
configFormatter :: Config -> Maybe Formatterhspec-core Test.Hspec.Core.Extension.Config Deprecated: Use useFormatter instead.
defaultFormatConfig :: FormatConfighspec-core Test.Hspec.Core.Format No documentation available.
failedFormatter :: Formatter -> FormatM ()hspec-core Test.Hspec.Core.Formatters.V1 No documentation available.
footerFormatter :: Formatter -> FormatM ()hspec-core Test.Hspec.Core.Formatters.V1 No documentation available.
headerFormatter :: Formatter -> FormatM ()hspec-core Test.Hspec.Core.Formatters.V1 No documentation available.