Module Request.Make

Parameters

module Request : sig ... end

Signature

include sig ... end
type t = private M.t
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
include module type of struct include Request end
type arguments = Request.arguments
val arguments_of_js : Ojs.t -> arguments
val arguments_to_js : arguments -> Ojs.t
val command : t -> string
include sig ... end
val arguments : t -> arguments