http-wget-0.0.0: Provide a simple HTTP client interface by wrapping the wget command line tool.

Portabilityportable
StabilityStable
MaintainerMichael Snoyman <michael@snoyman.com>

Network.HTTP.Wget

Description

Provide a simple HTTP client interface by wrapping the wget command line tool.

Synopsis

Documentation

wgetSource

Arguments

:: Monad m 
=> String

The URL.

-> [(String, String)]

Get parameters.

-> [(String, String)]

Post parameters. If empty, this will be a get request.

-> IO (m String)

The response body.

Get a response from the given URL with the given parameters.