No description
Find a file
Preben Ingvaldsen fee17ad543 (TK-29) Use :query-params and change variable names
Use :query-params in the query param ring handler instead of
:params. Also change variable names used for testing.
2014-08-07 10:36:03 -07:00
dev-resources/ssl Add missing pem file 2014-04-14 15:48:59 -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 (TK-29) Overwrite parameters set in URL 2014-08-06 14:23:56 -07:00
test/puppetlabs/http/client (TK-29) Use :query-params and change variable names 2014-08-07 10:36:03 -07:00
.gitignore Add travis config 2014-03-27 12:49:54 -07:00
.travis.yml Remove jdk6 from travis test matrix 2014-04-28 11:17:07 -07:00
CHANGELOG.md Update changelog for 0.2.0 2014-07-25 15:05:53 -07:00
CONTRIBUTING.md Add CONTRIBUTING.md 2014-04-15 17:04:52 -07:00
LICENSE Add license and readme. 2014-03-11 17:38:13 -07:00
project.clj lein-release plugin: bumped version from 0.2.0 to 0.2.1-SNAPSHOT for next development cycle 2014-07-25 15:09:55 -07:00
README.md (doc) Update README to link to Apache HttpAsyncClient 2014-07-28 14:45:45 -07:00

Build Status

puppetlabs/http-client

This is a wrapper around the Apache HttpAsyncClient library 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.