http-wget-0.2.0: Provide a simple HTTP client interface by wrapping the wget command line tool.Source codeContentsIndex
Network.HTTP.Wget
Portabilityportable
StabilityStable
MaintainerMichael Snoyman <michael@snoyman.com>
Description
Provide a simple HTTP client interface by wrapping the wget command line tool.
Synopsis
wget :: (MonadIO m, MonadAttempt m) => String -> [(String, String)] -> [(String, String)] -> m String
Documentation
wgetSource
:: (MonadIO m, MonadAttempt m)
=> StringThe URL.
-> [(String, String)]Get parameters.
-> [(String, String)]Post parameters. If empty, this will be a get request.
-> m StringThe response body.
Get a response from the given URL with the given parameters.
Produced by Haddock version 2.4.2