No description
Find a file
Scott Walker 8548bbb4d7 (TK-179) Modify the Clojure implementation to share more of the Java impl
This commit removes duplicate functionality from the Clojure implementation and reuses the Java request/response handling impl. It doesn't address client creation so there are still two distinct paths for that.

The main changes are Ring <-> Java request/response conversion and the addition of interface ResponseDeliveryDelegate. The delegate implementations take care of the language-specific aspects of response building and promise delivery. One of the Clojure test namespaces is removed too.
2016-02-04 10:47:18 +00:00
dev-resources (TK-143) Allow SSLv3 during unit tests 2015-02-12 17:05:06 -08:00
doc Update docs 2015-10-12 19:15:26 +01: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 (TK-179) Modify the Clojure implementation to share more of the Java impl 2016-02-04 10:47:18 +00:00
test (TK-179) Modify the Clojure implementation to share more of the Java impl 2016-02-04 10:47:18 +00:00
.gitignore (maint) Update .gitignore 2016-01-25 14:31:18 +00: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.7 release. 2016-02-02 15:23:23 -08: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.5.1-SNAPSHOT 2016-02-02 15:42:30 -08:00
README.md (PE-11025) Add support section to README.md 2015-07-17 11:06:25 -07: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.

Support

We use the Trapperkeeper project on JIRA for tickets on clj-http-client, although Github issues are welcome too.