Note that this is an HTTP POST request.
请注意这是一个HTTP POST请求。
The last step is to send the HTTP POST request.
最后一步是发送HTTP POST请求。
Next time, you'll make an HTTP POST request to add your own tweets.
下一期,您将发起HTTP POST请求来添加自己的tweet。
To create a blog entry, send an HTTP POST request into the library feed url.
要创建新的博客条目,发送一个HTTP POST请求到以下库提要URL中。
This service is designed to accept an XML document via the HTTP POST request.
此服务设计为通过HTTP POST请求接受XML文档。
Here is a sample HTTP POST request that can be used to query ITM for some data.
这里有一个可以用于从itm中查询一些数据的HTTP POST请求示例。
Listing 7 demonstrates use of an HTTP POST request using the Apache Wink client.
清单7演示了通过ApacheWink客户端使用HTTP POST请求的示例。
This involves converting the JSON object into a string that can be put in the HTTP POST request body.
这包括将JSON对象转换成可放入HTTP POST请求体中的字符串。
Read the content location on the Lotus Quickr server, which is an entry returned from the HTTP POST request.
读取LotusQuickr服务器上的内容位置,这是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请求时调用该方法。
Listing 8 provides an example that demonstrates issuing an HTTP POST request that sends and receives Atom entries.
清单8提供了一个示例,演示如何发出发送和接受Atom项的HTTP POST请求。
You can execute the same task programmatically by sending an HTTP POST request to the server using any supported programming language.
您可以通过使用它支持的任何语言向服务器发送一个HTTP POST请求程序化地执行同一任务。
Technically, a submitted ticket should use an HTTP POST request, since it's not a retrieval action, but GET is used here for simplicity.
从技术角度讲,提交按钮应该用HTTP的POST请求,因为这不是一个获取信息的操作,但是这里为了简单,使用了GET。
Once the HTTP POST request is complete, you will read the chart URL from the Location response header and (re) set the source of the chart image.
HTTP POST请求完成后,您将从Location响应报头读取图表url,并设置(重置)图表图像的源。
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版本和输出格式。
Remember, in other API calls, using GET, all the parameters can and do appear as query parameters on the URL line; using POST, they appear in the body of the HTTP request.
记住,在其他API调用中,若使用GET,则所有参数可以作为查询参数出现在URL行;若使用POST,则参数出现在HTTP请求的主体中。
It doesn't even matter whether the original HTTP request came in through the GET or the POST method.
它甚至不在乎原始的HTTP请求是通过方法GET进来的,还是通过方法POST进来的。
Listing 1 is an example of one of the reservation request messages issued as an HTTP POST.
清单1中的例子展示了一个作为HTTP POST发布的预定请求消息。
Normally, an HTTP POST results in the execution of code that creates a resource in the same domain as the request URI and returns a URI for that new resource.
通常,HTTP POST会导致代码的执行,该代码在与请求uri相同的域中创建一个资源,并返回那个新资源的URI。
Because the request will modify state on the server, I'll use an HTTP POST to do the deed.
因为请求会修改服务器上的状态,所以我将用HTTP POST做这个工作。
If multiple requests are dispatched simultaneously, the HTTP post will be an array, and the router will need to route each individual request appropriately.
如果多个请求同时发出,HTTP将发送一个数组,发送程序将需要为每个请求选择合适的路径发送。
The method above is exemplary of a RESTful request: proper use of HTTP POST and inclusion of the payload in the body of the request.
上述方法是基于 REST的请求的范例:正确使用HTTP POST并将有效负载包括在请求的正文中。
Listing 9 shows a POST request generated by a non-SOAP HTTP requester that happens to use an XML body.
清单9显示了恰巧使用xml正文的非SOAPHTTP生成的POST请求。
For HTTP, such an interaction is modeled as a POST request, so this type of request invalidates the cache entries for the addressed resource.
对于HTTP,此类交互建模为POST请求,因此这类请求将使所访问的资源的缓存项失效。
The server first checks if the HTTP request was a POST or a GET and then, based on this information, retrieves the command and data values from the parameters of the HTTP call.
服务器首先检查HTTP请求是POST还是GET,然后根据这个信息,从 HTTP调用的参数获得命令和数据值。
SimpleFormContoller provides the functionality to display the form upon receiving an HTTP GET request and process the same form data upon receiving an HTTP POST.
SimpleFormContoller提供了显示从HTTPGET请求接收到的表单的功能,以及处理从 HTTP POST 接收到的相同表单数据的功能。
We set the HTTP method of the request to gadgets.io.MethodType.POST to indicate it is a POST method.
我们将这个请求的HTTP方法设置为gadgets . io . MethodType .POST以表明它是一个POST方法。
If the HTTP method is POST and there are no errors, the form.tag file forwards the request for further processing to the page whose URL is specified in the action attribute.
如果HTTP方法为POST并且没有出现错误,form. tag文件将请求转发到其url在action属性中指定的页面,以供进一步处理。
Finally, we prepare the HTTP request and POST it to the property-sheet-type feed url.
最后,我们准备HTTP请求并将其发送到property - sheet - type提要url。
You can use SOAP in combination with the HTTP request method POST. In order to send a SOAP HTTP request, you need to supply a SOAPAction header field in HTTP.
HTTP 客户机在发送一条SOAP HTTP请求时必须用此报头字段。
应用推荐