Age | Commit message (Collapse) | Author |
|
|
|
|
|
Reported at
http://groups.google.com/group/clojure/browse_frm/thread/f6676b28cb7e68c9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This function uses keywords for header names, not strings.
|
|
|
|
|
|
This brings http.agent close to completion.
|
|
This changes the meaning of the :on-success and :on-failure callback
functions; they are now called as soon as the response body stream
is ready, and they can consume the InputStream directly.
|
|
Renamed "request-success?" to "success?"
|
|
|
|
|
|
|
|
Preparation for possible compatibility with Ring,
see http://github.com/mmcgrana/ring
|
|
|
|
|
|
|
|
|