clj-http-client/README.md
Ruth Linehan 78c17ad97c (doc) Update README to link to Apache HttpAsyncClient
Previously, this library was a wrapper around http-kit, but has since been
updated to use the Apache HttpAsyncClient library instead. This commit updates
the README to link to HttpAsyncClient rather than http-kit.
2014-07-28 14:45:45 -07:00

511 B

Build Status

puppetlabs/http-client

This is a wrapper around the Apache HttpAsyncClient library providing some extra functionality for configuring SSL in a way compatible with Puppet.

Async versions of the http methods are exposed in puppetlabs.http.client.async, and synchronous versions are in puppetlabs.http.client.sync.