aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/http/agent.clj
AgeCommit message (Expand)Author
2010-01-20Move source files into Maven-style directory structure.Stuart Sierra
2009-11-24exclude bytes from http.agentRich Hickey
2009-11-02http/agent.clj: prevent hang on immediate (string (http-agent...))Stuart Sierra
2009-08-25Added author metadataTom Faulhaber
2009-08-20http/agent.clj: fix missing @ in 'message'Stuart Sierra
2009-08-20http/agent.clj: handle null response stream on disconnectStuart Sierra
2009-08-20http/agent.clj: handle null InputStream from HTTP responseStuart Sierra
2009-08-18http/agent.clj: fixed misplaced parenthesisStuart Sierra
2009-08-18http/agent.clj: added type hints to avoid reflectionStuart Sierra
2009-08-17http/agent.clj: fix documentation of 'headers' functionStuart Sierra
2009-08-17http/agent.clj: more documentation, refs #15Stuart Sierra
2009-08-17http/agent.clj: added documentation and examples, refs #15Stuart Sierra
2009-08-17http/agent.clj: streamlined interface, refs #15Stuart Sierra
2009-08-14http/agent.clj: allow handling of stream as it is receivedStuart Sierra
2009-08-14http/agent.clj: added predicates to test response code rangesStuart Sierra
2009-08-14http/agent.clj: allow encoding argument on response-body-strStuart Sierra
2009-08-14http/agent.clj: added response-success?Stuart Sierra
2009-07-16http/agent.clj: added on-success and on-failure callback fnsStuart Sierra
2009-07-16http/agent.clj: response-headers lower-cases header namesStuart Sierra
2009-07-16http/agent.clj: headers returns proper map, added doc stringsStuart Sierra
2009-07-05http/agent.clj: fix setInstanceFollowRedirects errorStuart Sierra
2009-06-09http/agent.clj: fixed typoStuart Sierra
2009-06-08http/agent.clj: experimental agent-based HTTP clientStuart Sierra