Chris Kampmeier

Results 4 comments of Chris Kampmeier

Hi all, thank you for posting. I'm really sorry for leaving you hanging for so long. When I last worked on this project, I was very sick. It eventually got...

Hello everyone! I've got a ton of fixes merged now, and as far as I know we're code-complete to release 1.3.1. I still need to update the docs and write...

Note to self, httpclient is now on github. http://github.com/nahi/httpclient

I'm having trouble reproducing this. Net::HTTP seems to send out that request as-is, with no escaping of the query string. Here's my test (which passes): ``` def test_query_param_encoding FakeWeb.register_uri(:get, "http://example.com/?date=2010-07-28T14:19:47Z",...