clj-http-client/test/puppetlabs/http/client
Alex Dreyer a383bd7046 Add a general request function to the client protocol.
There are a few places where we map request method keywords to
http-client function. The http client then maps them back to keywords
which is redundant. This adds a general request function to the protocol
that accepts a keyword method.
2016-01-29 08:45:44 -08:00
..
async_plaintext_test.clj Add a general request function to the client protocol. 2016-01-29 08:45:44 -08:00
async_ssl_config_test.clj (SERVER-101) Upgrade jvm-ca dependency to 0.7.0 2015-01-23 17:33:02 -08:00
async_test.clj (MAINT) nil body is coerced into empty string 2015-04-24 10:17:05 -07:00
async_unbuffered_test.clj Update Java API to include ResponseBodyType.UNBUFFERED_STREAM and update Clojure implementation to give consistent HttpContext usage with both clj and Java 2016-01-15 14:31:36 +00:00
sync_plaintext_test.clj Add a general request function to the client protocol. 2016-01-29 08:45:44 -08:00
sync_ssl_test.clj (TK-108) Return interface in createClient methods 2014-11-10 11:24:36 -08:00
test_common.clj (TK-134) Updated connection tests to handle Connect or SocketTimeout 2015-03-16 22:46:07 -07:00