No description
Find a file
2015-04-24 10:17:05 -07:00
dev-resources (TK-143) Allow SSLv3 during unit tests 2015-02-12 17:05:06 -08:00
doc (TK-134) Add connect and socket timeout client configuration 2015-03-16 12:22:35 -07:00
ext/travisci (MAINT) Improve travisci file 2015-02-12 17:12:05 -08:00
jenkins Fix variable name in deploy script 2014-03-12 13:52:29 -07:00
src (MAINT) nil body is coerced into empty string 2015-04-24 10:17:05 -07:00
test (MAINT) nil body is coerced into empty string 2015-04-24 10:17:05 -07:00
.gitignore (maint) add pom.xml to .gitignore 2015-02-13 10:53:12 -08:00
.travis.yml Remove jdk6 from travis test matrix 2014-04-28 11:17:07 -07:00
CHANGELOG.md (MAINT) Update CHANGELOG for 0.4.4 release 2015-04-15 15:44:55 +01: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 Version 0.4.5-SNAPSHOT 2015-04-15 07:33:01 -07:00
README.md (maint) add Clojars badge to README - closes #31 2015-02-09 13:29:25 -08:00

puppetlabs/http-client

Build Status

This is a wrapper around the Apache HttpAsyncClient library providing some extra functionality for configuring SSL in a way compatible with Puppet.

Installation

Add the following dependency to your project.clj file:

Clojars Project

Details

Async versions of the http methods are exposed in puppetlabs.http.client.async, and synchronous versions are in puppetlabs.http.client.sync. For information on using these namespaces, see the page on making requests with clojure clients.

Additionally, this library allows you to make requests using Java clients. For information on how to do this, see the page on making requests with java clients.