aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/http
AgeCommit message (Expand)Author
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-15http/connection.clj: added type hintsStuart 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-08-14http/connection.clj: set streaming mode before calling connect methodStuart Sierra
2009-08-12http/connection.clj: fixed typo in method nameStuart 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
2009-06-08http/connection.clj: experimental low-level HTTP client APIStuart Sierra