No description
Find a file
2014-03-11 17:38:13 -07:00
src/puppetlabs/http Add a synchronous api 2014-03-11 17:32:22 -07:00
test Make SSL configuration more flexible and refactor 2014-03-11 17:19:37 -07:00
LICENSE Add license and readme. 2014-03-11 17:38:13 -07:00
project.clj Initial commit 2014-03-10 17:24:22 -07:00
README.md Add license and readme. 2014-03-11 17:38:13 -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, and synchronous versions are in puppetlabs.http.sync.

If you are used to the http-kit API note that in this version all methods take the options map last, whereas in http-kit the callback is last.