X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..refs/heads/master:/docs/api/Ext.data.Request.html diff --git a/docs/api/Ext.data.Request.html b/docs/api/Ext.data.Request.html deleted file mode 100644 index f966e3a4..00000000 --- a/docs/api/Ext.data.Request.html +++ /dev/null @@ -1,54 +0,0 @@ -
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.
- -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'
-