Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Async_js.Httpmodule Response_type : sig ... endmodule Post_body : sig ... endmodule Method_with_args : sig ... endmodule Response : sig ... endval request :
(response_type:'resp Response_type.t ->
Method_with_args.t ->
'resp Response.t Async_kernel.Deferred.Or_error.t)
with_request_argsval get :
?arguments:(string * string) list ->
string ->
string Async_kernel.Deferred.Or_error.tval post :
?body:Post_body.t ->
string ->
string Async_kernel.Deferred.Or_error.t