Class type Ext_data_Request.configs


class type configs = object .. end
Inherits
method action : Js.js_string Js.t Js.prop

The name of the action this Request represents. Usually one of 'create', 'read', 'update' or 'destroy'.


method _method : Js.js_string Js.t Js.prop

The 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.prop

HTTP request params. The Proxy and its Writer have access to and can modify this object.


method url : Js.js_string Js.t Js.prop

The url to access on this Request