No description
Find a file
2014-03-12 13:38:42 -07:00
jenkins Prepare for 0.1.0 release 2014-03-12 13:38:42 -07:00
src/puppetlabs/http/client Fix call to configure-ssl in request 2014-03-11 18:00:31 -07:00
test Reorganize sync and async clients. 2014-03-11 17:59:07 -07:00
LICENSE Add license and readme. 2014-03-11 17:38:13 -07:00
project.clj Prepare for 0.1.0 release 2014-03-12 13:38:42 -07:00
README.md Reorganize sync and async clients. 2014-03-11 17:59:07 -07:00

puppetlabs/http-client

This is a wrapper around the http-kit client 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.