Read headers from the request object.
读取自请求对象的标题。
This page takes a query string from the request.
此页面接受来自请求的查询字符串。
Get the employee id from the request using params.id.
使用params .id从request中获得员工。
Line 9 gets the authentication token from the request parameter.
第9行代码从请求参数中获取验证token。
The winning provider receives the message from the request queue.
获胜的提供者从请求队列接收消息。
RequestType — retrieves the HTTP request method from the request.
requestType——从请求检索HTTP请求方法。
Get the search criteria from the request using params.lastname.
使用params . lastName获得搜索条件。
This function will read the value of a HTTP header from the request as-is.
这个函数按原样从请求读取HTTP头的值。
The Accept header is accessed from the request zone of the global context.
可从全局上下文中的请求区域访问Accept 标头。
ClearResults: clear the current query and its results from the request.
clearResults:清除请求的当前查询及其结果。
The first line in Listing 4 retrieves the Accept header from the request.
清单4中的第一行从请求中检索出了Accept报头。
Aside from the request-response pattern, WSDL also defines the following.
除了请求-响应模式之外,WSDL还定义了以下内容。
These additional classes give you all the information you need from the request.
这些附加类为您提供了需要从请求中获得的所有信息。
In addition, each takes a callback that handles the returned data from the request.
另外,每个方法都接受一个处理从请求返回的数据的回调。
Assign the data from the request container to the container to be sent to JoeLaptops.
从请求容器中分配数据到要发送给JoeLaptops的容器中。
This input data element obtained from the request attribute consists of multiple parts.
从请求属性获取的这个输入数据元素由多个部分组成。
The request processing class reads the parameter values from the request as follows
请求处理类从 reqeust 中读取参数值,如下所示
The generation of a response by a service provider as a transaction separate from the request.
服务提供者生成响应的过程作为一个事务与请求分开。
For example, you might need to verify data or add data from the request to the customer record.
例如,您可能需要验证数据或将请求的数据添加到客户记录。
It reads all the parameters from the request object and sets it in the user object, using the set methods.
它从请求对象中读取所有参数,并将其在用户对象中用set方法进行设置。
In this case, it's set to true so that the.xml suffix is removed from the request URL once a match occurs.
在本例中,该属性设置true,以便在一个匹配发生后删除请求url中的.xml后缀。
In this case, it's set to true so that the.json suffix is removed from the request URL once a match occurs.
在本例中,它设置为true,所以一旦出现匹配,就从请求url中删除.json后缀。
First, you must have an XML object that communicates and handles the response from the request sent to the server.
首先,必须有一个XML对象,用于通信和对发送到服务器的请求的响应进行处理。
The container invokes this callback handler when it receives a Web service response from the request sent earlier.
当容器从此前发送的请求接收到一条Web服务响应时,即调用这个回调处理程序。
The cut attribute indicates whether to delete the matched substring segment from the request URL before proceeding.
cut属性指出是否在继续之前从请求URL中删除匹配的子字符串片段。
In the get method, you first extract all the useful information from the request that is passed as query parameters.
在get方法中,首先从被作为查询参数传递的请求中提取出所有有用信息。
APF creates an authentication token with the username, password, and other information fetched from the request object.
APF使用取自请求对象的用户名、密码和其他信息创建一个身份验证标记。
It first looks to see whether it has a database entry matching both the path and device and inode number from the request.
它首先查看是否有一个与来自请求的路径、设备和inode号相匹配的数据库条目。
Component values are typically retrieved from the request parameters, although they can also be retrieved from cookies or headers.
虽然组件值也可以从cookie或头文件中进行检索,但是它们通常是通过请求参数进行检索的。
The request processing class also must set the session variable jspMode with the parameter value read from the request object.
请求处理类还必须用从request对象中读取的参数值设置会话变量jspMode。
应用推荐