Age | Commit message (Collapse) | Author |
|
|
|
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?"
|
|
|
|
|
|
Patch from drewr, http://paste.lisp.org/display/85390
|
|
|
|
|
|
|
|
are invoked.
Fixes #10
|
|
|
|
|
|
|
|
Added docs to structs and special vars.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Preparation for possible compatibility with Ring,
see http://github.com/mmcgrana/ring
|
|
|
|
Fixes #5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides a monadic interface to I/O streams created through
clojure.contrib.duck-streams. The monadic interface makes
it possible to write purely function I/O routines
and run them on I/O streams without any possibility of
aliasing.
|
|
|
|
|
|
|
|
"all-are" tests
|
|
|
|
|
|
|
|
- m-until implements loops
- with-state-field facilitates combining multiple state values into a map
- a few docstrings that came after their functions' argument lists
have been fixed
|
|
|
|
|
|
Also updated test_contrib/walk.clj for new behavior.
|
|
|
|
|
|
|
|
bad hotspot. Result: ~45% speedup.
|
|
|
|
easier on the stack
|