index
:
clojure-contrib
1.0.x
1.1.x
1.2.x
amatus
clojure-1.0-compatible
gh-pages
master
maven
modules
new
Extensions and enhancements to the Clojure libraries. http://clojure.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clojure
/
contrib
/
http
Age
Commit message (
Expand
)
Author
2009-08-20
http/agent.clj: fix missing @ in 'message'
Stuart Sierra
2009-08-20
http/agent.clj: handle null response stream on disconnect
Stuart Sierra
2009-08-20
http/agent.clj: handle null InputStream from HTTP response
Stuart Sierra
2009-08-18
http/agent.clj: fixed misplaced parenthesis
Stuart Sierra
2009-08-18
http/agent.clj: added type hints to avoid reflection
Stuart Sierra
2009-08-17
http/agent.clj: fix documentation of 'headers' function
Stuart Sierra
2009-08-17
http/agent.clj: more documentation, refs #15
Stuart Sierra
2009-08-17
http/agent.clj: added documentation and examples, refs #15
Stuart Sierra
2009-08-17
http/agent.clj: streamlined interface, refs #15
Stuart Sierra
2009-08-15
http/connection.clj: added type hints
Stuart Sierra
2009-08-14
http/agent.clj: allow handling of stream as it is received
Stuart Sierra
2009-08-14
http/agent.clj: added predicates to test response code ranges
Stuart Sierra
2009-08-14
http/agent.clj: allow encoding argument on response-body-str
Stuart Sierra
2009-08-14
http/agent.clj: added response-success?
Stuart Sierra
2009-08-14
http/connection.clj: set streaming mode before calling connect method
Stuart Sierra
2009-08-12
http/connection.clj: fixed typo in method name
Stuart Sierra
2009-07-16
http/agent.clj: added on-success and on-failure callback fns
Stuart Sierra
2009-07-16
http/agent.clj: response-headers lower-cases header names
Stuart Sierra
2009-07-16
http/agent.clj: headers returns proper map, added doc strings
Stuart Sierra
2009-07-05
http/agent.clj: fix setInstanceFollowRedirects error
Stuart Sierra
2009-06-09
http/agent.clj: fixed typo
Stuart Sierra
2009-06-08
http/agent.clj: experimental agent-based HTTP client
Stuart Sierra
2009-06-08
http/connection.clj: experimental low-level HTTP client API
Stuart Sierra