http-wget-0.2.1: 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, MonadFailure WgetException m) => String -> [(String, String)] -> [(String, String)] -> m String
newtype WgetException = WgetException String
Documentation
wgetSource
:: (MonadIO m, MonadFailure WgetException m)
=> StringGet parameters.
-> [(String, String)]Post parameters. If empty, this will be a get request.
-> [(String, String)]The response body.
-> m String
Get a response from the given URL with the given parameters.
newtype WgetException Source
Constructors
WgetException String
show/hide Instances
Produced by Haddock version 2.6.0