Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
wai-extra Network.Wai.Middleware.RequestLogger No documentation available.
-
wai-extra Network.Wai.Middleware.RequestLogger Same as OutputFormatterWithDetails but with response headers included This is useful if you wish to include arbitrary application data in your logs, e.g., an authenticated user ID, which you would set in a response header in your application and retrieve in the log formatter.
outputFormat :: RequestLoggerSettings -> OutputFormatwai-extra Network.Wai.Middleware.RequestLogger Default value: Detailed True.
-
wai-extra Network.Wai.Middleware.RequestSizeLimit Function to determine the maximum request size in bytes for the request. Return Nothing for no limit.
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
-
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.