Lee Hinman

Results 196 comments of Lee Hinman

This is a great idea, I'll see how hard it is to implement

This is the closest I could find to read/write the system clipboard: https://gist.github.com/exupero/1462ec16d8874dee9ee710257eaf3d3c I don't think it makes sense for Cheshire to do this directly, but rather use code like...

@GordianNaught it looks like this causes a number of test failures (with `lein test :all`), with regard to changed multi-value query params: ``` lein test :only clj-http.test.client-test/multi-valued-query-params FAIL in (multi-valued-query-params)...

Thanks for letting me know about them. Looks like a few other things have changed around here too.

`:content-type` is for specifying the content type header for`:body`, for example, `{:content-type :json}` means that the `Content-Type: application/json` header will be added to the request.

> Something is loading clj-http before you do the aot compilation Could this be something internal to leiningen itself that's loading clj-http?

This is now possible since we have moved to Netty 4, since Netty supports HTTPP/2.0 in 4.1+ /cc @jasontedor

@r0man I'd be fine with passing in a client to the `get`, `post`, `put`, etc methods

I'm out of the country right now, but I'll take a look when I get back, thanks!

I think this is a great idea. I also think it wouldn't be too hard to do, just requires the plumbing. Thanks for suggesting it :)