The data will be retrieved using a REST call, based on an HTTP GET request.
数据将会使用一个基于HTTP请求的REST调用来检索。
A client can invoke the method by sending an HTTP GET request to the URI.
客户端可以通过发送一个HTTP的GET请求到这些URI来调用一个方法。
Next, I must register the page that displays on receipt of the HTTP GET request.
下面,我必须注册在接收到HTTP GET请求时显示的页面。
Listing 6 demonstrates the use of an HTTP GET request using the Apache Wink client.
清单6演示了通过ApacheWink客户端使用HTTP GET请求的示例。
This specifies that this method should be invoked if an HTTP GET request is received.
它指定如果接收到HTTP GET请求,则调用该方法。
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服务器上下载一个文件。
The request URI in an HTTP GET request, for example, usually identifies one specific resource.
例如,HTTP GET请求中的请求URI通常标识一个特定的资源。
The HTTP GET request on a specific activity returns a feed containing entries of the activity contents.
对特定活动的HTTP GET请求会返回一个包含活动内容的提要。
The data will be retrieved using a REST call; the REST invocation is simply based on an HTTP GET request.
数据使用一个REST调用来检索;REST调用是完全基于一个HTTP GET请求的。
When a user instructs a browser to open a URL, the browser sends an HTTP GET request to the Web server.
当一个用户在浏览器输进打开一个网址,浏览器会发送一个Http读取恳求给服务器。
Parameters are passed as an HTTP GET request to the script, which returns a page directly to the Web client.
参数作为HTTP GET请求传递给脚本,脚本直接向Web客户机返回页面。
Behind the scenes, the blog reader application follows the app and sends an HTTP GET request to the feed URI.
在后台,博客阅读器应用程序遵循APP并将HTTP GET请求发送给此提要URI。
To do this, you need to send an HTTP GET request to the resources/hypervisors/
为此,您需要发送一个HTTP GET请求到resources/hypervisors/
Google charts is a neat service that lets developers generate charts and graphs using a simple HTTP GET request.
GoogleCharts是一个非常出色的服务,它让开发人员可以使用简单的HTTP GET请求来生成图形和图表。
For example, an HTTP GET request might contain a list of media types supported by the client in the Accept header.
例如,HTTP GET请求可以在Accept标头中包含一个受该客户端支持的媒体类型列表。
On that site is a crafted IMG-tag which results in a HTTP GET request that changes the filter Settings of Google Mail.
在这个站点有一个制作好的IMG - tag该tag的结果是,发送一个http get请求去改变Google Mail的邮件过滤器设置。
To access the asset in this style, you must first send an HTTP GET request using the asset ID and asset version as parameters.
要以这种风格访问,首先,您必须使用资产ID和资产版本作为参数发送一个HTTP GET请求。
To support the retrieval of precise sets of data, the Google data API supports the concept of query parameters in the HTTP GET request.
为了支持检索精确数据集,Google数据API在HTTP GET请求中支持查询参数的概念。
To acquire information from a service that supports GData, you send an HTTP GET request; the service returns results as an Atom or RSS feed.
要从支持GData标准的服务获取信息,你只要发送一个HTTP GET请求就可以了,服务将返回与Atom或者RSSfeed格式相同的结果。
To retrieve and interact with authenticated feeds, the HTTP client needs to provide authentication information along with the HTTP GET request.
要检索并与经过验证的摘要进行交互,HTTP客户需要提供验证信息以及 HTTP GET请求。
No additional configuration is required; the framework knows to call these methods when an HTTP GET request is received on the corresponding URL.
无需其他配置;当相应的URL接收到HTTP GET请求时,框架会调用这些方法。
Using a straightforward HTTP GET request, you access the AlchemyAPI web service, instruct it to retrieve a particular URL, and extract topic keywords.
使用一个直观的HTTP GET请求,您访问AlchemyAPIweb服务,指示它检索某个特定的URL,并抽取主题关键词。
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提供了显示从HTTP GET请求接收到的表单的功能,以及处理从 HTTP POST 接收到的相同表单数据的功能。
Once your PC (web browser application) receives the IP address of the destination web server, it will construct a HTTP GET request and send it to Cisco's web server.
一旦你的PC收到目的网站服务器的IP地址,它会建立一个HTTP索取请求,并发送到思科的网站服务器。
See the full listing for commands.js to see how these form elements are queried to extract the user's data and to construct a parameter string suitable for a HTTP GET request.
请您查看command . js的完整清单,看看如何对这些表单元素进行查询,提取出用户的数据,然后构造出HTTP的GET请求所要求的参数字符串。
The sample for Approach 1 is: A user makes a HTTP GET request on the RESTful Web service from the URL below to retrieve the detail of a customer through BAPI outbound interface
第一种方法的示例是:用户通过以下URL向 RESTfulWeb服务发出HTTP GET请求,从而通过BAPI 出站接口获取客户的详细信息
The word captures the key benefit of Yahoo! 's RPC-style services - getting XML results back by making a simple HTTP get request - without misusing Fielding's original definition.
这个词恰到好处地概括出了Yahoo !的rpc样式的服务的益处—通过发出一个简单的HTTP GET请求来获得XML结果—,而且没有滥用Fielding所作的原始定义。
Simple GETFull HTTP-based interface: a client can send an HTTP GET request and download a list of all rules; the output of such a request will follow the format presented in Listing 1.
基于 GETFullHTTP的简单接口:客户端可以发送 HTTP GET请求并下载所有规则的列表;此类请求的输出将遵循清单 1中所示的格式
You can do this in a number of ways, one of which is to send GET information in the HTTP request query string.
可以通过几种方法完成此任务,其中一种方法是在HTTP请求查询字符串中发送GET信息。
应用推荐