Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 561 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 561 Bytes

http-river

Install

[org.van-clj/http-river "0.0.2"]

Description

This library provides river producers that performs HTTP requests and streams their response either as a seq of characters or a seq of bytes.

The functions available are:

  • produce-http-get
  • produce-http-get-bytes
  • produce-http-post
  • produce-http-post-bytes

For more info about how river works, check the river API

License

Copyright (C) 2012 Roman Gonzalez.

Distributed under the Eclipse Public License, the same as Clojure.