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.
-
tls Network.TLS No documentation available.
Header :: ProtocolType -> Version -> Word16 -> Headertls Network.TLS No documentation available.
-
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.
-
HTTP Network.HTTP.Headers The Header data type pairs header names & values.
Header :: HeaderName -> String -> HeaderHTTP Network.HTTP.Headers No documentation available.
-
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.
type
HeaderSetter a = HeaderName -> String -> a -> aHTTP Network.HTTP.Headers No documentation available.
Header :: Int -> Attr -> [Inline] -> Blockpandoc-types Text.Pandoc.Definition Header - level (integer) and text (inlines)
data
HeadSym0 (a1 :: TyFun NonEmpty a a)singletons-base Data.List.NonEmpty.Singletons No documentation available.
type family
HeadSym1 (a6989586621681141728 :: NonEmpty a) :: asingletons-base Data.List.NonEmpty.Singletons No documentation available.