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.
type
HeaderName = CI ByteStringhttp-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
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.
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")
type
HeaderName = CI ByteStringhttp-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
-
http-client Network.HTTP.Client.Internal No documentation available.
data
Header' (mods :: [Type]) (sym :: Symbol) agogol-core Gogol.Prelude No documentation available.
-
prettyprinter Prettyprinter.Render.Tutorials.StackMachineTutorial No documentation available.
-
prettyprinter Prettyprinter.Render.Tutorials.TreeRenderingTutorial No documentation available.
-
warp Network.Wai.Handler.Warp.Internal The type for header value used with HeaderName.
Header :: a -> ResponseHeader (sym :: Symbol) aservant Servant.API No documentation available.