-
The second is to use HTTP POST to submit parameters.
第二种方法是使用 HTTP POST 提交参数。
-
To begin with we should look at updates using simple HTTP POST.
首先我们要看看使用简单的 HTTP POST 进行的更新。
-
Note: This function only works on files uploaded via HTTP POST.
注意:这个函数只能对使用HTTP POST上传的文件进行操作。
-
This method uses the @POST annotation to specify that it should be invoked when an HTTP POST request is received.
该方法使用 @POST 注释来指定当接收到 HTTP POST 请求时调用该方法。
-
Here is a sample HTTP POST request that can be used to query ITM for some data.
这里有一个可以用于从ITM 中查询一些数据的HTTPPOST请求示例。
-
The form includes a submit button that performs an HTTP post to a backend servlet.
表单包括一个提交按钮,它将执行传到后端 servlet 的 HTTP post。
-
These messages all behave synchronously and are required to be exposed via HTTP-POST only.
本节定义的所有消息都是以同步模式执行的,并且只能通过http-post协议调用。
-
This is done by taking the contents of the HTTP POST and converting them into a JSON object.
该操作通过提取 HTTP POST 的内容,并将其转换成 JSON 对象来实现。
-
The request format uses an HTTP POST request format, and specifies the action to take in the parameters along with the API key, ticket, API version, and output format.
请求格式使用一种 HTTP POST 请求格式,并在参数中指定要采取的动作,以及 API 密钥、票据、API 版本和输出格式。