Release Name: 0.1.0
Notes:
SimpleHttp - a simplified wrapper around Net::Http
SimpleHttp aims to reduce the complexity of Net::Http while providing
the most commonly used (by me) http functionality.
FEATURES / USAGE
* No fuss one line GET and POST requests
* use URI or String url interchangibly
* Transparent Proxy Handling. Uses the 'http_proxy' environment
variable if set, also provides a +set_proxy+ method.
* POST sends ruby Hashes as 'application/x-www-form/urlencoded' per
default, but can send any data.
* Automatically handles SSL
* Easy HTTP Basic Authentication
* Access headers of the request or response
* Automatically follows Http Redirects.
Changes:
|