aesterline / jruby-httpclient

A Ruby wrapper for Apache HTTPClient
Apache License 2.0
23 stars 6 forks source link

Adding more client options #1

Closed spiegela closed 13 years ago

spiegela commented 13 years ago

I've made quite a few changes here, so please contact me with questions.

I've added support for most of the client parameters supported by the underlying Java library. You can see all the supported parameters in the CLIENT_PARAMETERS constant.

I've also added a place to customize (or disable) the response-handler.

Thanks!