@hackage / http-wget

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

Version Deprecated package0.6.2.3

About

Metadata

  • Last updated , by MichaelSnoyman
  • License BSD-3-Clause
  • Categories Network Development
  • Maintained by: Michael Snoyman <michael@snoyman.com>

  • Lottery factor: 0

Links

Installation

This package has been deprecated in favour of

Readme

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.