Generally, a get method is used to get or list the resource or collection of resources, POST is used to create, PUT is used to update or replace, and DELETE is for removing the resource.
通常,GET是用于获取或列出一个或多个资源,POST用于创建,PUT用于更新或替换,而DELETE则用于删除资源。
The first of these is the HTTP method to be used, which is typically either GET or POST.
第一个是使用HTTP方法,通常是GET或POST。
The submitFormData() function can also be used with non-JSF forms that may use the default GET method or POST.
submitFormData()函数也可以同非JSF 表单一起使用,这类表单有可能会使用默认的GET方法或 POST。
The <dau:appendParams> tag is used in the xhr.tag file to append the request parameters to the url variable if method is GET, or to the body variable if method is POST.
<dau:appendParams>标记用于 xhr.tag文件以便向url变量追加请求参数(如果method 为GET)或向body 变量追加请求参数(如果 method 为 POST)。
The <dau:appendParams> tag is used in the xhr.tag file to append the request parameters to the url variable if method is GET, or to the body variable if method is POST.
<dau:appendParams>标记用于 xhr.tag文件以便向url变量追加请求参数(如果method 为GET)或向body 变量追加请求参数(如果 method 为 POST)。
应用推荐