Returns the HTTP request body given to this HTTP agent.
Note: if the request body was an InputStream or a Reader, it will no
longer be usable.
(defn request-body "Returns the HTTP request body given to this HTTP agent. Note: if the request body was an InputStream or a Reader, it will no longer be usable." [http-agnt] (:body (::options @http-agnt)))
Comments top
No comments for request-body. Log in to add a comment.