No description
Find a file
2014-03-27 17:57:12 -07:00
ext/travisci Add travis config 2014-03-27 12:49:54 -07:00
jenkins Fix variable name in deploy script 2014-03-12 13:52:29 -07:00
src Initial Java implementation of synchronous GET 2014-03-27 17:57:12 -07:00
test Reorganize sync and async clients. 2014-03-11 17:59:07 -07:00
.gitignore Add travis config 2014-03-27 12:49:54 -07:00
.travis.yml Add travis config 2014-03-27 12:49:54 -07:00
LICENSE Add license and readme. 2014-03-11 17:38:13 -07:00
project.clj Move clojure source into clj directory 2014-03-27 12:46:44 -07:00
README.md Add travis config 2014-03-27 12:49:54 -07:00

Build Status

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.