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.
HeaderResult :: [Header] -> InputWorker -> InputIterhappstack-server Happstack.Server.Internal.Multipart No documentation available.
HeaderWork :: ByteString -> Workhappstack-server Happstack.Server.Internal.Multipart No documentation available.
type
Header = (String, String)happstack-server Happstack.Server.Internal.RFC822Headers No documentation available.
-
happstack-server Happstack.Server.Internal.Types an HTTP header
HeaderPair :: ByteString -> [ByteString] -> HeaderPairhappstack-server Happstack.Server.Internal.Types No documentation available.
type
Headers = Map ByteString HeaderPairhappstack-server Happstack.Server.Internal.Types a Map of HTTP headers the Map key is the header converted to lowercase
-
happstack-server Happstack.Server.Types an HTTP header
HeaderPair :: ByteString -> [ByteString] -> HeaderPairhappstack-server Happstack.Server.Types No documentation available.
type
Headers = Map ByteString HeaderPairhappstack-server Happstack.Server.Types a Map of HTTP headers the Map key is the header converted to lowercase
-
http-common Network.Http.Types The map of headers in a Request or Response. Note that HTTP header field names are case insensitive, so if you call setHeader on a field that's already defined but with a different capitalization you will replace the existing value.