class get :?strip_prefix:string -> string ->
get_call_t
new get uri
: Gets the document at uri
.
On success, the expected status value is `Ok
. Access response_body
to get the downloaded document. The status value `No_content
is
also possible.