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
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")
-
Parsing the top of a Haskell source file to get its module name, imports and options. (c) Simon Marlow 2005 (c) Lemmih 2006
-
ghc GHC.Types.ForeignCall No documentation available.
Header :: SourceText -> FastString -> Headerghc GHC.Types.ForeignCall No documentation available.
-
Some helpers for dealing with WAI Headers.
type
HeaderMap = Map HeaderName HandleTypewai-extra Network.Wai.Middleware.CombineHeaders The mapping of HeaderName to HandleType
-
yesod-core Yesod.Core Headers to be added to a Result.
Header :: !CI ByteString -> ByteString -> Headeryesod-core Yesod.Core key and value
-
yesod-core Yesod.Core.Types Headers to be added to a Result.
Header :: !CI ByteString -> ByteString -> Headeryesod-core Yesod.Core.Types key and value