Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
getFrom :: String -> [(Text, Text)] -> IO (Either SomeException ByteString) Source
getFromUrlAndDo :: String -> [(Text, Text)] -> (Response BodyReader -> IO b) -> IO (Either SomeException b) Source