Listing 2 USES the post method.
清单2使用了post方法。
The data is sent to the view through the POST method.
数据通过POST方法发送给此视图。
The first is to require that forms use the POST method.
第一个方法要求表单使用POST方法。
It will invoke the REST interface using the HTTP POST method.
它将使用HTTPPOST方法调用REST接口。
Some phones do not support the POST method of sending form data.
一些电话不支持使用POST方法发送表单数据。
It ignores most features of HTTP and supports only the POST method.
它忽略HTTP的大部分特性且仅支持POST方法。
Scenario: a PHP file on the server receives data by POST method from a user.
场景:一个PHP文件在服务器上通过POST方法从用户接收数据。
This time, you use the GET method to download a Web page instead of the POST method.
这次使用了GET方法而不是POST方法来下载web页面。
PHP - Could you use POST method to stream data to a server over a long period of time?
PHP-你能使用POST方法流数据到服务器在很长一段时间吗?
Therefore, your handler must be able to accept HTTP1.1 requests sent using the POST method.
因此,您的处理程序必须能够接收使用POST发送的HTTP1.1请求。
For instance, you can post plain text to a URL to call a post method on a RESTful Web service.
例如,可以将普通文本提交给URL以对一个RESTfulWeb服务调用POST方法。
Because this operation changes a resource, you need to use the POST method to send it to the server.
由于该操作改变了一个资源,所以您需要使用POST方法来将它发送到服务器。
This setting enables caching of responses for requests that have the GET, HEAD, or POST method.
上述设置开启了对带有GET、HEAD或POST方法的请求的响应的缓存。
It doesn't even matter whether the original HTTP request came in through the GET or the POST method.
它甚至不在乎原始的HTTP请求是通过方法GET进来的,还是通过方法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方法。
In case of REST style of invocation, you can use either the HTTP POST method or the HTTP GET method.
在REST风格的调用中,您可以使用HTTPPOST方法或HTTPGET方法。
First, you must determine whether the agent should be called with the HTTP GET method or with a POST method.
首先,您必须确定应以HTTPGET方法还是POST方法调用代理。
The jQuery library also includes the post method, which you can use to post data to the RESTful Web service.
jquery库还包含post方法,它可以用于将数据提交给RESTfulWeb服务。
The arguments in table 5 are supported only for the GET method; the POST method does not support any arguments.
表5中的参数只对GET方法受支持;POST方法不支持任何参数。
With the POST method, user names and passwords aren't part of the URL; therefore, they aren't visible in regular logs.
使用POST方法,用户名和口令不被作为URL的一部分,因此也不会显示在常规日志中。
You also have the option to use the POST method, but if you do, make sure to deal with URL encoding the data properly.
同样也可以使用POST方法,但必须确保正确地处理URL编码数据。
Once you have the address of a collection, we use the HTTP POST method to add new resources as illustrated in Listing 4.
得到集合的地址后,我们使用HTTPPOST方法增加新的资源,如 清单 4 所示。
Set the content type to application/json, set the action to the POST method, and set the content to send the data in Listing 10.
将内容类型设置为application/json,将操作设置为POST方法,并设置内容以发送清单10中的数据。
XSL also can be used while calling the Web service from GET/POST method to convert the Web service output from XML to HTML format.
在从GET/POST方法调用Web服务时,也可以使用XSL 将 Web 服务输出由XML转换为HTML 格式。
The form USES the post method, just as any form that is changing the server should (in this case, adding a review to the database).
该表单使用post方法,就像任何更改服务器的表单一样(在本例中是添加评论到数据库)。
You'll notice from Listing 4 that, in a break with what you've seen to date, the search form uses the GET method instead of the POST method.
您应该已经从清单4注意到一点:与以前不同的是,这个搜索表单使用GET方法而不是POST 方法。
The edit document process is similar in operation, using a different URL, and using the POST method of HttpConnect to save the data from the Doc portlet.
编辑文档的过程是相似的,但是要使用不同的URL,并使用HttpConnect 的POST方法保存来自Docportlet的数据。
A hook will also define a post method which, when the hook is registered, will be called immediately before control is returned from an annotated method.
每个Hook还将定义一个post方法,当该Hook注册后,在从一个带注释的方法返回控制之前,该方法会被立即调用。
You will do that by creating a RESTful resource type called charts and using the HTTP POST method to accept chart specifications (in JSON) and return chart URLs.
为此,您将创建一个名为charts的RESTful资源类型,并使用HTTPPOST方法接受图表规范(使用JSON)并返回图表url。
You will do that by creating a RESTful resource type called charts and using the HTTP POST method to accept chart specifications (in JSON) and return chart URLs.
为此,您将创建一个名为charts的RESTful资源类型,并使用HTTPPOST方法接受图表规范(使用JSON)并返回图表url。
应用推荐