No description
Find a file
Kevin Corcoran eb1db1b8f3 Merge pull request #2 from camlow325/maint/master/PE-3443-fix-refer-clojure-typo
(PE-3443) Fix refer-clojure typo in sync.clj
2014-04-02 15:59:21 -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 (PE-3443) Fix refer-clojure typo in sync.clj 2014-04-02 16:40:26 -06: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
CHANGELOG.md Add CHANGELOG for 0.1.3 release 2014-04-01 11:46:20 -07:00
LICENSE Add license and readme. 2014-03-11 17:38:13 -07:00
project.clj lein-release plugin: bumped version from 0.1.3 to 0.1.4-SNAPSHOT for next development cycle 2014-04-01 13:19:57 -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.