clj-http-client/doc
Jeremy Barlow 9b55ed31b6 (TK-134) Add connect and socket timeout client configuration
This commit enables http clients to optionally configure a connect
and/or socket timeout for requests.  For persistent clients, the
timeout values can only be configured at the client and not a
per-request level.  Non-persistent client requests support the
configuration of these timeouts.

This commit also bumps a few dependencies - tk-jetty9 to 1.2.0,
trapperkeeper to 1.10, ssl-utils to 0.8.0, and clojure to 1.6.0 -
and adds the 'test' tk-jetty9 library as a dev dependency for
testing.
2015-03-16 12:22:35 -07:00
..
clojure-client.md (TK-134) Add connect and socket timeout client configuration 2015-03-16 12:22:35 -07:00
java-client.md (TK-117) Address further PR comments 2014-12-19 13:21:36 -08:00