http-dispatch-0.5.0.1: High level HTTP client for Haskell

Safe HaskellSafe
LanguageHaskell2010

Network.HTTP.Dispatch.Headers

Synopsis

Documentation

contentType :: String -> Header Source #

Create a new content type header

contentJSON :: Header Source #

Return a JSON content type header

contentXML :: Header Source #

Return an XML content type header

basicAuth :: ByteString -> ByteString -> Header Source #

Helper to generate Basic authentication