Deprecated

In favour of

http-wget

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

http://github.com/snoyberg/http-wget/tree/master

Latest on Hackage:0.6.2.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Michael Snoyman

This provides the simplest interface I could imagine to making HTTP requests. It supports GET and POST parameters. Since it simply wraps the WGET program, there are no library dependencies, and it automatically gets HTTPS.