Skip to content

revelytix/clj-apache-http

 
 

Repository files navigation

Secure Synchronous and Asynchronous HTTP Client

This is a Clojure wrapper around the Apache Foundation's HTTP client. It supports synchronous and asynchronous HTTP connections, as well as X509 client certificates.

For information on using the standard synchronous HTTP client, see:

https://github.com/diamondap/clj-apache-http/blob/master/README_HTTP.markdown

For information on using the standard synchronous HTTP client with X509 client certificates, see:

https://github.com/diamondap/clj-apache-http/blob/master/README_X509.markdown

For information on using the asynchronous client, with or without X509 certificates, see:

https://github.com/diamondap/clj-apache-http/blob/master/README_ASYNC.markdown

About

Clojure HTTP library using the Apache HttpClient.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 99.7%
  • Shell 0.3%