aesterline / jruby-httpclient

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

Add support for iterating the headers #2

Closed spiegela closed 13 years ago

spiegela commented 13 years ago

Added two methods: #to_hash and #each to the header class in the native Java client.

Needed them to be Faraday compilant.

Thanks!

-Aaron