Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. chunkOverhead :: Int

    streaming-bytestring Streaming.ByteString.Internal

    The memory management overhead. Currently this is tuned for GHC only.

  2. evaluateHead :: NormalForm sig => sig -> ()

    synthesizer-core Synthesizer.Generic.Cut

    Evaluating the first value of the signal is necessary for avoiding a space leaks if you repeatedly drop a prefix from the signal and do not consume something from it.

  3. flattenHeader :: Header h -> [Either Properties h]

    tabular Text.Tabular

    No documentation available.

  4. zipHeader :: h -> [h] -> Header a -> Header (h, a)

    tabular Text.Tabular

    zipHeader e ss h returns the same structure as h except with all the text replaced by the contents of ss. If ss has too many cells, the excess is ignored. If it has too few cells, the missing ones (at the end) and replaced with the empty contents e

  5. data WithHeader a

    turtle Turtle.Prelude

    No documentation available.

  6. corsExposedHeaders :: CorsResourcePolicy -> !Maybe [HeaderName]

    wai-cors Network.Wai.Middleware.Cors

    Field names of HTTP headers that are exposed to the client in the response.

  7. corsRequestHeaders :: CorsResourcePolicy -> ![HeaderName]

    wai-cors Network.Wai.Middleware.Cors

    Field names of HTTP request headers that are allowed in CORS requests. Header names that are included in simpleHeaders, except for content-type, are implicitly included and thus optional in this list.

  8. simpleHeaders :: [HeaderName]

    wai-cors Network.Wai.Middleware.Cors

    Simple HTTP headers are defined in https://www.w3.org/TR/cors/#simple-header

  9. simpleResponseHeaders :: [HeaderName]

    wai-cors Network.Wai.Middleware.Cors

    Simple HTTP response headers as defined in https://www.w3.org/TR/cors/#simple-response-header

  10. requestHeader :: HeaderName -> Request -> Maybe ByteString

    webgear-core WebGear.Core.Request

    Get the value of a request header

Page 225 of many | Previous | Next