It processes normal HTTP get requests.
它处理普通的HTTP get请求。
You call the servlet with an HTTP GET.
您可以使用HTTP GET调用servlet。
Direct description retrieval (voice, FTP, HTTP GET).
直接检索描述(语音、FTP和HTTP GET)。
The view function makes a RESTful query using an HTTP GET.
视图函数使用HTTP GET进行 RESTful查询。
HTTP get, post, put, delete, or any of the other HTTP verbs.
HTTP get、post、put、delete或者任何其他http动词。
You can also use an HTTP GET with some special query parameters.
也可以使用带一些特殊查询参数的HTTP GET。
You'll frequently see the HTTP get, put, post, and delete commands.
后面将频繁地看到HTTP get、put、post和delete命令。
HTTP GET, however, must be multiplexed to a find or query operation.
然而,HTTP GET必须在一个查找或查询操作进行多重复用。
This will get executed when a client issues an HTTP GET on /incentive.
当客户机在 /incentive 上发出HTTP GET时会执行这个操作。
Listing 4 shows the callback function for the HTTP GET version function.
清单4显示了HTTP GET版本函数的回调函数。
The data will be retrieved using a REST call, based on an HTTP GET request.
数据将会使用一个基于HTTP请求的REST调用来检索。
An HTTP GET method is used to send a request to retrieve the list of places.
使用一个HTTP GET方法发送一个请求来获取位置列表。
It USES the HTTP GET method to refresh the current page with extra parameters.
它使用HTTP GET方法来通过额外参数刷新当前页面。
One such solution is to write a custom handler in Python for HTTP GET messages.
其中一种解决方案是用 Python为HTTP GET 消息写一个定制处理程序。
Next, I must register the page that displays on receipt of the HTTP GET request.
下面,我必须注册在接收到HTTP GET请求时显示的页面。
To get the document entry, we use an HTTP get command to the document entry url.
为了获取文档条目,我们对文档条目url使用一个HTTP GET命令。
Traditional Web applications access resources using HTTP GET or POST operations.
传统Web应用程序使用HTTP GET或POST操作来访问资源。
The book list service is a read request and, therefore, communicates with HTTP GET.
图书列表服务是读取请求,因此使用HTTP GET进行通信。
Listing 6 demonstrates the use of an HTTP GET request using the Apache Wink client.
清单6演示了通过ApacheWink客户端使用HTTP GET请求的示例。
All calls from the client are done using the HTTP GET method with some URL arguments.
来自客户机的所有调用都是使用带有一些URL参数的HTTP GET方法完成的。
This specifies that this method should be invoked if an HTTP GET request is received.
它指定如果接收到HTTP GET请求,则调用该方法。
It handles simple HTTP get requests and supports keep-alive connections from clients.
它处理简单的HTTP get请求,并支持来自客户机的Keep - Alive连接。
To retrieve the service document, send a HTTP GET request to the service document URI.
检索服务文档需要向服务文档的URI发送HTTP GET请求。
For example, clients typically issue an HTTP GET request to return a file from a web server.
例如,客户端一般会发送一个HTTP GET请求到Web服务器上下载一个文件。
In this sample, the container can receive HTTP GET requests to two URLs from the Web browser.
在此示例中,容器可以收到从Web浏览器发送至两个URL的HTTP GET请求。
The request URI in an HTTP GET request, for example, usually identifies one specific resource.
例如,HTTP GET请求中的请求URI通常标识一个特定的资源。
Finally, you saw how to test these methods using RESTful HTTP GET requests in your Web browser.
最后,您看到如何在Web浏览器中使用rest式HTTP GET请求测试这些方法。
When this service is invoked with HTTP GET, it returns an employee detail as shown in Listing 2.
当通过HTTP GET调用这个服务时,它将返回如清单2中所示的雇员详细信息。
When this service is invoked with HTTP GET, it returns a list of employees as shown in Listing 1.
当通过HTTP GET调用这个服务时,它将返回如清单1 中所示的雇员列表。
The values from the form are stored in PHP's $_GET array, which is an array of HTTP get parameters.
来自表单的值存储于PHP的 $_GET数组,它是一个HTTP get参数数组。
应用推荐