Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. type Header = (HeaderName, ByteString)

    http-conduit Network.HTTP.Simple

    A full HTTP header field with the name and value separated. E.g. "Content-Length: 28" parsed into a Header would turn into ("Content-Length", "28")

  2. module GHC.Parser.Header

    Parsing the top of a Haskell source file to get its module name, imports and options. (c) Simon Marlow 2005 (c) Lemmih 2006

  3. data Header

    ghc GHC.Types.ForeignCall

    No documentation available.

  4. Header :: SourceText -> FastString -> Header

    ghc GHC.Types.ForeignCall

    No documentation available.

  5. module Network.Wai.Header

    Some helpers for dealing with WAI Headers.

  6. type HeaderMap = Map HeaderName HandleType

    wai-extra Network.Wai.Middleware.CombineHeaders

    The mapping of HeaderName to HandleType

  7. data Header

    yesod-core Yesod.Core

    Headers to be added to a Result.

  8. Header :: !CI ByteString -> ByteString -> Header

    yesod-core Yesod.Core

    key and value

  9. data Header

    yesod-core Yesod.Core.Types

    Headers to be added to a Result.

  10. Header :: !CI ByteString -> ByteString -> Header

    yesod-core Yesod.Core.Types

    key and value

Page 88 of many | Previous | Next