Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. data Header

    tls Network.TLS

    No documentation available.

  2. Header :: ProtocolType -> Version -> Word16 -> Header

    tls Network.TLS

    No documentation available.

  3. module Network.HTTP.Headers

    This module provides the data types for representing HTTP headers, and operations for looking up header values and working with sequences of header values in Requests and Responses. To avoid having to provide separate set of operations for doing so, we introduce a type class HasHeaders to facilitate writing such processing using overloading instead.

  4. data Header

    HTTP Network.HTTP.Headers

    The Header data type pairs header names & values.

  5. Header :: HeaderName -> String -> Header

    HTTP Network.HTTP.Headers

    No documentation available.

  6. data HeaderName

    HTTP Network.HTTP.Headers

    HTTP HeaderName type, a Haskell data constructor for each specification-defined header, prefixed with Hdr and CamelCased, (i.e., eliding the - in the process.) Should you require using a custom header, there's the HdrCustom constructor which takes a String argument. Encoding HTTP header names differently, as Strings perhaps, is an equally fine choice..no decidedly clear winner, but let's stick with data constructors here.

  7. type HeaderSetter a = HeaderName -> String -> a -> a

    HTTP Network.HTTP.Headers

    No documentation available.

  8. Header :: Int -> Attr -> [Inline] -> Block

    pandoc-types Text.Pandoc.Definition

    Header - level (integer) and text (inlines)

  9. data HeadSym0 (a1 :: TyFun NonEmpty a a)

    singletons-base Data.List.NonEmpty.Singletons

    No documentation available.

  10. type family HeadSym1 (a6989586621681141728 :: NonEmpty a) :: a

    singletons-base Data.List.NonEmpty.Singletons

    No documentation available.

Page 88 of many | Previous | Next