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 HeaderName = CI ByteString

    http-types Network.HTTP.Types

    A case-insensitive name of a header field. This is the part of the header field before the colon: HeaderName: some value

  2. module Network.HTTP.Types.Header

    Type and constants for handling HTTP header fields. At the bottom are also some functions to handle certain header field values.

  3. type Header = (HeaderName, ByteString)

    http-types Network.HTTP.Types.Header

    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")

  4. type HeaderName = CI ByteString

    http-types Network.HTTP.Types.Header

    A case-insensitive name of a header field. This is the part of the header field before the colon: HeaderName: some value

  5. data HeadersValidationResult

    http-client Network.HTTP.Client.Internal

    No documentation available.

  6. data Header' (mods :: [Type]) (sym :: Symbol) a

    gogol-core Gogol.Prelude

    No documentation available.

  7. Headline :: SimpleHtml

    prettyprinter Prettyprinter.Render.Tutorials.StackMachineTutorial

    No documentation available.

  8. Headline :: SimpleHtml

    prettyprinter Prettyprinter.Render.Tutorials.TreeRenderingTutorial

    No documentation available.

  9. type HeaderValue = ByteString

    warp Network.Wai.Handler.Warp.Internal

    The type for header value used with HeaderName.

  10. Header :: a -> ResponseHeader (sym :: Symbol) a

    servant Servant.API

    No documentation available.

Page 86 of many | Previous | Next