Returns a Java byte array of the content returned by the server;
nil if the content is not yet available.
(defn bytes "Returns a Java byte array of the content returned by the server; nil if the content is not yet available." [http-agnt] (.toByteArray (get-byte-buffer http-agnt)))
Comments top
No comments for bytes. Log in to add a comment.