hxt-8.5.2: A collection of tools for processing XML with Haskell.
Text.XML.HXT.IO.GetHTTPLibCurl
Description
GET for http access with libcurl
getCont :: [(String, String)] -> String -> IO (Either ([(String, String)], String) ([(String, String)], String))Source