class type configs =Inheritsobject..end
method action : Js.js_string Js.t Js.propThe name of the action this Request represents. Usually one of 'create', 'read', 'update' or 'destroy'.
method _method : Js.js_string Js.t Js.propThe HTTP method to use on this Request. Should be one of 'GET', 'POST', 'PUT' or 'DELETE'.
Defaults to: 'GET'
method params : 'a. 'a Js.t Js.propHTTP request params. The Proxy and its Writer have access to and can modify this object.
method url : Js.js_string Js.t Js.propThe url to access on this Request