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属性中指定的页面,以供进一步处理。
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请求时必须用此报头字段。
In this case, we are looking for an HTTP request that matches /resources/incentive (and anything after it denoted by (/*|?) and the HTTP methods DELETE, POST, or PUT).
对于这种情况,我们将查找匹配HTTP请求的 /resources/incentive,以及其后的以 (/*|?) 表示的所有东西和 HTTP方法DELETE、POST或 PUT。
In this section, you will learn how to send data to the server from a form, which will be sent in a form post request rather than a raw HTTP post.
在本节中,您将学习如何从一个表单发送数据到服务器,是以表单post请求而不是原始的HTTP post发送。
Next, check if the request made includes raw HTTP post data; if it does, return a JSON-encoded response.
接下来,检查请求是否包含原始http post数据;如果有,返回一个JSON编码的响应。
However, the redirection causes a new request (an HTTP GET), and any post data from the source page is lost.
然而,重新导向会产生新的要求(HTTPGET),并且遗失来源网页的任何张贴资料。
To enter this page I'm using a HTTP Request, sending the correct POST parameters.
进入此页面,我使用了一个HTTP请求,发送正确的POST参数。
应用推荐