HTTP request object implementation.
HTTP请求对象的实现。
Read headers from the request object.
读取自请求对象的标题。
First the function gets the request object.
首先,函数获得请求对象。
The list is then placed into the request object.
然后将列表放到请求对象中。
Maypole is based around the idea of a request object.
Maypole基于请求对象的思想。
The servlet container creates a new servlet request object.
servlet容器创建一个新的 servlet请求对象。
Create a new request object (preferably in a cross-browser way).
创建新的请求对象(最好是以跨浏览器的方式)。
The parameter mentioned earlier is attached to the request object.
前面提到的参数被附加给请求对象。
Application Server creates a request object and passes it to Portal.
应用程序服务器创建了一个请求对象并将其传递到Portal。
Set the message parameters for the request object that is being used.
设置将要使用的请求对象的消息参数。
The servlet request object represents and wraps a request from a user.
servlet请求方法表示并包装来自用户的请求。
Then, it calls the open method and returns the initialized request object.
然后,它会调用open方法并返回初始化了的request对象。
If a response is received, the request object registers a ready state of 4.
如果接收到一个响应,那么请求对象会注册为就绪状态4。
Then the numbers attribute in the request object is set to that collection.
然后请求对象中的numbers属性被设置为该集合。
As soon as you call open on your request object, this property is set to 1.
一旦对请求对象调用open之后,这个属性就被设置为1。
The request object lets you obtain the HTTP request parameters and headers.
request对象允许您获取HTTP请求参数和请求头。
Where is the request object that you've learned about for so many articles?
曾经在那么多文章中风光一时的request对象如今何在?
Once you have your request object, you can begin the request/response cycle.
得到请求对象之后就可以进入请求/响应循环了。
That method places the result in the request object and displays the results JSP.
该方法将结果放在请求对象中,并显示结果JSP。
For starters, Prototype's Request object takes two parameters to its constructor.
首先,Prototype的Request对象为其构造函数获取两个参数。
I put this just below the code that creates a request object, in hoverbox-ajax.js.
我将上述代码放到了hoverbox - ajax . js中用于创建请求对象的代码的下面。
A view is a simple Python method that accepts a request object and is responsible for.
视图是一个简单的Python方法,它接受一个请求对象,负责实现。
The servlet container creates a servlet request object representing the user's request.
servlet容器创建一个表示用户请求的 servlet 请求对象。
It begins by creating a request object and then popping up an informational message box.
它先是创建一个请求对象,然后再弹出一个信息消息框。
APF fetches the username, password, and other information from the user's request object.
APF从用户的请求对象中得到用户名、密码和其他信息。
Public tests test the public API, while private tests test things like the Request object.
公有测试用来测试公有api,而私有测试则是用来测试Request对象这样的东西。
The request object is then sent to the service, that then returns a TwoWayResponse object.
然后把请求对象发送给服务,并返回一个TwoWayResponse对象。
Create client implementation to gather and transfer the request object to the simulator service.
生成客户端实现以收集请求对象并将其传递给模拟器服务。
To get the value from the name attribute, users use the Route object instead of the Request object.
如果要获取name属性中的值,用户可以使用Route对象而不是Request对象。
I use the SOAPContext request object to get the attachment information as shown in the service code.
如服务代码中所示,我使用SOAPContext请求对象来获取附件信息。
应用推荐