Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Alternate definition of partial for fns that take their
primary argument first.
|
|
Use boxed Integers instead of primitive bytes, because
Clojure's bit operations only support Integer, Long, and
BigInteger.
|
|
Next step: implement decoding!
|
|
|
|
|
|
|
|
|
|
|
|
This should provide complete coverage of str-utils2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This function uses keywords for header names, not strings.
|
|
|
|
|
|
|
|
This brings http.agent close to completion.
|
|
see #14
Signed-off-by: Tom Faulhaber <git_net@infolace.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|