RequestType — retrieves the HTTP request method from the request.
requestType——从请求检索HTTP请求方法。
Invoke the request method passing the message as a parameter.
调用request方法,将消息作为参数传递。
Listing 15 shows a snippet from Listing 8 on how to make the request method call.
清单15展示了一个来自清单8的代码片段,即如何实现request方法调用。
The customer name is added using the POST request method, while the order ID is generated.
客户名使用POST请求方法添加,而订单id则是生成的。
For instance, Listing 7 shows how to specify the POST request method and send client data over a stream.
例如,清单7显示了如何指定请求方法POST并通过流发送客户机数据。
Each request method, which the specification must support, has a doxxx method just like HTTP (Figure 3).
和HTTP一样,每个请求方法(规范必须支持)都有一个doxxx方法(图3)。
In general, search forms should use GET as a request method, because they don't change any data on the server.
通常,搜索表单应该使用GET作为请求方法,因为它们并不更改服务器上的任何数据。
Oftentimes you will not need to specify any additional information beyond the request method and header fields.
除了请求方法和头字段外,通常不需要指定任何其他信息。
The server will then look to see if there is any other registered handler listening for the WSDL request method.
接着,服务器将查看是否有另外已注册的处理程序在侦听WSDL请求方法。
The request method in ExtJS takes a single argument, an object with various fields including url, params, method, and success.
ExtJS中的request方法只有一个参数,这是一个包含url、params、method 和 success 等不同字段的对象。
Each time the script is requested, it checks to see whether the request method is GET or POST and USES this distinction to decide the action to take.
每一次请求脚本时,它都会检查看请求方法是GET还是POST,然后采取相应的措施。
Listing 5 shows how we would open an HTTP connection with a specified request method of GET, passing a parameter with the name size and a value of large.
清单5显示了如何用特定请求方法GET和一个名为size值为large的参数打开一个HTTP连接。
Using GET as the request method also makes it possible to derive a URL that always points to the most recent search results-a fact I'll make use of shortly!
使用GET方法有可能获取总是指向最近搜索结果的URL—很快我将利用这一点!
You can use SOAP in combination with the HTTP request method POST. In order to send a SOAP HTTP request, you need to supply a SOAPAction header field in HTTP.
HTTP 客户机在发送一条SOAP HTTP请求时必须用此报头字段。
We propose a new dynamic bandwidth allocation algorithm, which is based on grant-request method, for ethernet-passive optical network upstream multiple access scheme.
提出了一种建立在询问-应答基础上的新以太网无源光网络动态带宽分配算法。
If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity.
如果请求的方法不是头部和服务器希望公众为什么要求没有得到满足,它应描述为在实体拒绝的理由。
In this example, you use the AsyncFacebookRunner.request (...) method, which is a helper wrapper method to make the underlying request method asynchronous by running in its own thread.
在本例中,您使用AsyncFacebookRunner .request(…)方法,这是一个帮助器封装器方法,它通过运行在自己的线程中,使得底层的请求方法是异步的。
In mobile computing environment, data broadcast can only support access to hot data with common interest, while traditional online request method can support access to any data on the server.
在移动计算机环境中,数据广播只适应于时具有公共访问兴趣的热点数据的访问,而传统的联机请求方式则可以访问任何服务器数据。
You do this by implementing any of the many server-side stacks that route the client request to the appropriate method.
可以通过实现任意一个服务器栈来完成,它将客户端请求路由到合适的方法。
This method will request a server for an array that lists all the children of the item.
该方法将向服务器请求一个列出该条目所有子条目的数组。
This method returns the current session associated with this request; if there isn't one, the method creates one automatically and returns the newly created session handle.
此方法返回与此请求相关联的当前会话;如果没有这样的会话,该方法会自动创建一个并返回新创建的会话句柄。
The first item in each tuple is a callable object (in this case a method pointer) and the second is a HTTP request type that the method should be called for.
每个元组的第一项是可调用对象(在这里是一个方法指针),第二项是HTTP请求类型,这种请求类型可以调用该方法。
The method calls (events) are queued, guaranteeing order; the next method request in the queue is not sent until the previous one returns.
将方法调用(事件)放入队列,以保证顺序。在队列中,在前一个方法请求返回之前,不会发送下一个方法请求。
A client calls a method to receive the request and then another method to send a reply.
客户端调用方法来接收请求并调用另一个方法来发送回复。
The service loads and sends the appropriate XML response based on the service method request.
该服务装载并发出了与服务方法请求相应的XML响应。
It encapsulates a request (a method call on some object) as an object, which lets you parameterise clients with different requests, queue or log requests, and support un-doable operations.
它将请求(某个对象上的方法调用)作为对象封装,这使您能够通过不同的请求(队列或日志请求)确定客户机的参数并支持无法执行的操作。
The first is the method of distributed objects (also known as object Request Broker), and the second method is that of asynchronous messaging.
第一种方法是使用分布式对象(也称为对象请求代理),第二种方法是使用异步消息传递。
Method Request? Contains the context information such as parameters, and represents a method call on the active object.
Method Request——包含诸如参数等上下文信息,并表示对活动对象的方法调用。
You might notice that when you send the request, using the open method, you specify three parameters.
您可能已经注意到了,在用open方法发送这个请求时,指定了三个参数。
This method creates the request and starts it by building an NSURLConnection.
该方法创建请求,并通过构建一个NSURLConnection 而开始这个请求。
应用推荐