Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val get :
?headers:Cohttp.Header.t ->
Uri.t ->
(Response.t * Body.t) Async.Deferred.t
val post :
?headers:Cohttp.Header.t ->
?body:Body.t ->
?chunked:bool ->
Uri.t ->
(Response.t * Body.t) Async.Deferred.t
val put :
?headers:Cohttp.Header.t ->
?body:Body.t ->
?chunked:bool ->
Uri.t ->
(Response.t * Body.t) Async.Deferred.t
val delete :
?headers:Cohttp.Header.t ->
?body:Body.t ->
?chunked:bool ->
Uri.t ->
(Response.t * Body.t) Async.Deferred.t