(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.
This commit is contained in:
Ruth Linehan 2014-07-28 14:41:59 -07:00
parent 8150092217
commit 78c17ad97c

View file

@ -2,9 +2,9 @@
# puppetlabs/http-client # puppetlabs/http-client
This is a wrapper around the [http-kit](http://http-kit.org/) client This is a wrapper around the [Apache HttpAsyncClient
providing some extra functionality for configuring SSL in a way library](http://hc.apache.org/httpcomponents-asyncclient-4.0.x/) providing
compatible with Puppet. some extra functionality for configuring SSL in a way compatible with Puppet.
Async versions of the http methods are exposed in Async versions of the http methods are exposed in
puppetlabs.http.client.async, and synchronous versions are in puppetlabs.http.client.async, and synchronous versions are in