X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/api/Ext.data.Request.html diff --git a/docs/api/Ext.data.Request.html b/docs/api/Ext.data.Request.html new file mode 100644 index 00000000..f966e3a4 --- /dev/null +++ b/docs/api/Ext.data.Request.html @@ -0,0 +1,54 @@ +Ext.data.Request | Ext JS 4.0 Documentation +
For up to date documentation and features, visit +http://docs.sencha.com/ext-js/4-0

Sencha Documentation

+ + + + + +

Simple class that represents a Request that will be made by any Ext.data.proxy.Server subclass. +All this class does is standardize the representation of a Request as used by any ServerProxy subclass, +it does not contain any actual logic or perform the request itself.

+ +
Defined By

Config Options

Other Configs

 

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

+

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

+
 

The HTTP method to use on this Request (defaults to 'GET'). Should be one of 'GET', 'POST', 'PUT' or 'DELETE'

+

The HTTP method to use on this Request (defaults to 'GET'). Should be one of 'GET', 'POST', 'PUT' or 'DELETE'

+
 

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

+

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

+
 

The url to access on this Request

+

The url to access on this Request

+
Defined By

Methods

 
Request( +Object config) + : void

 

+

Parameters

  • config : Object

    Optional config object

    +

Returns

  • void    +
\ No newline at end of file