clj-http-client/README.md

12 lines
462 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 [http-kit](http://http-kit.org/) client
providing some extra functionality for configuring SSL in a way
compatible with Puppet.
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.