Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Preparation for possible compatibility with Ring,
see http://github.com/mmcgrana/ring
|
|
|
|
Fixes #5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|