No description
Find a file
Chris Price db53a75f34 Add integration tests for sync clients
Prior to this commit, we didn't actually have any tests that
started a real web server and made a real request.  This
commit adds tests that do this for the clojure and Java
synchronous clients, using SSL.
2014-03-28 17:33:27 -07:00
dev-resources/ssl Add integration tests for sync clients 2014-03-28 17:33:27 -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 Add support for configuring SSL via puppet pems 2014-03-28 15:33:23 -07:00
test/puppetlabs/http/client Add integration tests for sync clients 2014-03-28 17:33:27 -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 Add integration tests for sync clients 2014-03-28 17:33:27 -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.