The server logs showed an HTTP post.
服务器日志显示有一个HTTP post请求。
It will invoke the REST interface using the HTTP POST method.
它将使用HTTP POST方法调用REST接口。
Listing 2: XSLT transform to turn HTTP POST data into a new XML document.
清单2:把HTTP POST数据转换成一个新xml文档的XSLT转换。
This step is done using an HTTP POST call to the document type's 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请求的示例。
The form includes a submit button that performs an HTTP post to a backend servlet.
表单包括一个提交按钮,它将执行传到后端servlet的HTTP post。
Only HTTP POST is supported from a form, as shown in the JSP snippet below (Listing 9).
只有HTTP POST受到表单的支持,如下面(清单9)所示的JSP代码片段。
Listing 1 is an example of one of the reservation request messages issued as an HTTP POST.
清单1中的例子展示了一个作为HTTP POST发布的预定请求消息。
Because the request will modify state on the server, I'll use an HTTP POST to do the deed.
因为请求会修改服务器上的状态,所以我将用HTTP POST做这个工作。
To create new entries in that feed, clients send HTTP POST requests to the collection's URI.
为了在提要中创建新记录,客户机需要向集合的 URI发送HTTP POST请求。
The HTML form widget that you develop using this article USES HTTP POST as the access method.
在本文中开发的HTML表单小部件使用HTTP POST作为访问方法。
In case of REST style of invocation, you can use either the HTTP POST method or the HTTP GET method.
在REST风格的调用中,您可以使用HTTP POST方法或HTTPGET方法。
This involves converting the JSON object into a string that can be put in the HTTP POST request body.
这包括将JSON对象转换成可放入HTTP POST请求体中的字符串。
This entry point is the URL that clients call over HTTP POST to execute SugarCRM web services methods.
该切入点是客户端通过HTTP POST调用的URL,以执行sugarcrmweb服务方法。
Next, check if the request made includes raw HTTP post data; if it does, return a JSON-encoded response.
接下来,检查请求是否包含原始http post数据;如果有,返回一个JSON编码的响应。
In this article, we will look at ways of adding content to the software repository using HTTP POST and SOAP.
在本文中,我们将考察用HTTP POST和SOAP把内容添加到软件资源库中的方式。
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请求。
The values for the image ID, key name, and security group are passed to the manage_instance.php page via HTTP POST.
映像id、密匙名称和安全组的值通过HTTP POST传递到manage _ instance. php页面。
Once you have the address of a collection, we use the HTTP POST method to add new resources as illustrated in Listing 4.
得到集合的地址后,我们使用HTTP POST方法增加新的资源,如 清单 4 所示。
HTTP POST XML binding is another binding that is supported to allow clients that like to send and receive user payload as XML.
HTTP POSTXML绑定是另一种受支持的绑定,它允许客户机以xml的形式发送和接收用户负载。
Some implementations open a read channel as a long HTTP GET, while a write channel opens and closes when needed as an HTTP POST.
有些实现打开读取通道作为长期HTTPGET,而另外打开写入通道作为HTTP POST,在需要时打开和关闭。
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并将有效负载包括在请求的正文中。
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。
These are automatically set by the server to the values from the form elements of the same name, which become HTTP POST query arguments.
这些参数是由服务器根据同名表单元素中的值自动设置的,它们变成了HTTP POST查询参数。
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,并设置(重置)图表图像的源。
应用推荐