Skip to content

Commit

Permalink
Documentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
neotyk committed May 4, 2012
1 parent 9ceaa92 commit 6c6f166
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions docs.org
Expand Up @@ -170,10 +170,11 @@
way as [[*GET][*GET*]] but they also accept *:body* argument.

*:body* can be:
- String
- map, for easy form data submissions
- InputStream for any content
- File for zero byte copy
- String,
- map, sent as form parameters,
- vector, sent as multipart message,
- input stream,
- java.io.File, this will be sent using zero byte copy.
**** Submitting body as String
You can send String as body with PUT/POST:
#+BEGIN_SRC clojure
Expand Down
2 changes: 1 addition & 1 deletion setup.org
@@ -1,5 +1,5 @@
#+INFOJS_OPT: path:org-info.js
#+INFOJS_OPT: view:showall toc:t ftoc:t ltoc:above tdepth:2 sdepth:3 mouse:underline buttons:t
#+INFOJS_OPT: view:showall toc:t ftoc:t ltoc:above tdepth:3 sdepth:4 mouse:underline buttons:t
#+INFOJS_OPT: up:http://neotyk.github.com/http.async.client/
#+INFOJS_OPT: home:http://neotyk.github.com
#+STYLE: <link rel="stylesheet" type="text/css" href="stylesheet.css" />
Expand Down
4 changes: 2 additions & 2 deletions todo.org
Expand Up @@ -12,7 +12,7 @@
** DONE Implement response *promise* :rel1:
** DONE Consume stream :rel1:
** DONE Error function :rel1:
* Send [7/9] :code:
* Send [8/10] :code:
** DONE Query parameters :rel1:
** DONE Parameters :rel1:
** DONE Parameters allowed only on PUT/POST :rel1:
Expand All @@ -35,7 +35,7 @@
Watcher in that scenario will grab new content and write it via
AHC, or alternatively will *clojure.core/send-off* to execute
IO operation in separate thread.
** TODO Multipart :rel4:
** DONE Multipart :rel4:
** TODO Request queuing
** DONE Authentication :rel3:
*** DONE Test Authentication
Expand Down

0 comments on commit 6c6f166

Please sign in to comment.