clj-http-client/README.md

12 lines
511 B
Markdown
Raw Normal View History

2014-03-27 19:49:54 +00:00
[![Build Status](https://travis-ci.org/puppetlabs/clj-http-client.png?branch=master)](https://travis-ci.org/puppetlabs/clj-http-client)
2014-03-12 00:38:13 +00:00
# puppetlabs/http-client
This is a wrapper around the [Apache HttpAsyncClient
library](http://hc.apache.org/httpcomponents-asyncclient-4.0.x/) providing
some extra functionality for configuring SSL in a way compatible with Puppet.
2014-03-12 00:38:13 +00:00
Async versions of the http methods are exposed in
2014-03-12 00:59:07 +00:00
puppetlabs.http.client.async, and synchronous versions are in
puppetlabs.http.client.sync.