Module Response.Make

Parameters

module Response : 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 Response end
type body = Response.body
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t
include sig ... end
val body : t -> body