The server logs showed an HTTP post.
服务器日志显示有一个HTTP post请求。
Note that this is an HTTP POST request.
请注意这是一个HTTP POST请求。
Create a document for the HTTP POST operation.
为HTTP POST操作创建一个文档。
The last step is to send the HTTP POST request.
最后一步是发送HTTP POST请求。
The second is to use HTTP POST to submit parameters.
第二种方法是使用HTTP POST提交参数。
It will invoke the REST interface using the HTTP POST method.
它将使用HTTP POST方法调用REST接口。
To begin with we should look at updates using simple HTTP POST.
首先我们要看看使用简单的HTTP POST进行的更新。
Next time, you'll make an HTTP POST request to add your own tweets.
下一期,您将发起HTTP POST请求来添加自己的tweet。
You may also add tags to any feed or individual item via a HTTP post.
通过HTTP的POST请求可以给一个feed或单独的文章打上标签。
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来完成该步骤。
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请求的示例。
The form includes a submit button that performs an HTTP post to a backend servlet.
表单包括一个提交按钮,它将执行传到后端servlet的HTTP post。
Then create a simple dummy document (just "") as the HTTP POST target. For example
然后创建一个简单的哑文档(只是“”)作为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请求返回的一个条目。
Credential information is x-www-url-encoded and sent over the secure connection using an HTTP POST operation.
凭证信息采用x - www - url编码的,由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请求时调用该方法。
应用推荐