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.

  1. type OutputFormatterWithDetails = ZonedDate -> Request -> Status -> Maybe Integer -> NominalDiffTime -> [ByteString] -> Builder -> LogStr

    wai-extra Network.Wai.Middleware.RequestLogger

    No documentation available.

  2. type OutputFormatterWithDetailsAndHeaders = ZonedDate -> Request -> Status -> Maybe Integer -> NominalDiffTime -> [ByteString] -> Builder -> [Header] -> LogStr

    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.

  3. outputFormat :: RequestLoggerSettings -> OutputFormat

    wai-extra Network.Wai.Middleware.RequestLogger

    Default value: Detailed True.

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

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

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

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

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

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

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

Page 506 of many | Previous | Next