RequestType — retrieves the HTTP request method from the request.
requestType——从请求检索HTTP请求方法。
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请求时必须用此报头字段。
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请求类型,这种请求类型可以调用该方法。
It then has a method for making the appropriate HTTP request and returning a streaming response.
然后提供一个方法,发出适当的HTTP请求并返回一个流响应。
It doesn't even matter whether the original HTTP request came in through the GET or the POST method.
它甚至不在乎原始的HTTP请求是通过方法GET进来的,还是通过方法POST进来的。
Listings 7 and 8 show a sample CIM-XML message exchange — request and response — with the CIMOM (over HTTP) in the push-down method through the CIM Adapter.
清单7和8展示了一个CIM - XML消息交换的范例——通过CIM适配器使用叠加方法中的CIMOM(基于HTTP)来进行请求和响应。
An HTTP GET method is used to send a request to retrieve the list of places.
使用一个HTTPGET方法发送一个请求来获取位置列表。
Using the REST-based HTTP GET method, the XML proxy will look to see if the request is cached in the simple data grid.
通过使用基于REST的HTTPGET方法,XML代理将查看请求是否缓存在简单数据网格中。
The method above is exemplary of a RESTful request: proper use of HTTP POST and inclusion of the payload in the body of the request.
上述方法是基于 REST的请求的范例:正确使用HTTPPOST并将有效负载包括在请求的正文中。
This specifies that this method should be invoked if an HTTP GET request is received.
它指定如果接收到HTTPGET请求,则调用该方法。
It stores the method information in the URI portion of the HTTP request.
它在HTTP请求的URI部分存储方法信息。
This method uses the @POST annotation to specify that it should be invoked when an HTTP POST request is received.
该方法使用 @POST注释来指定当接收到HTTP POST请求时调用该方法。
Some objects in this session bean method might belong to an HTTP request.
这个会话bean方法中的一些对象可能属于一个HTTP请求。
Based on the URI and content type, this method builds an HTTP request and sends it to the RESTful Web service server.
这个方法根据URI和内容类型构建一个HTTP请求并把它发送给RESTfulWeb服务服务器。
The front controller calls the execute method and passes it a number of useful objects, including the HTTP request and response objects.
前端控制器将调用execute方法,传递给它许多有用的对象,其中包括HTTP请求和响应对象。
When you have a connection to the web server, send the HTTP request using the write method.
当您连接上Web服务器之后,就可以使用write方法发送HTTP请求。
You could simply call the above runScript() method to execute the script that is mapped to the URL of the HTTP request.
可以通过调用上述的runScript()方法来执行 与此HTTP 请求的URL相映射的那个脚本。
Each request method, which the specification must support, has a doxxx method just like HTTP (Figure 3).
和HTTP一样,每个请求方法(规范必须支持)都有一个doxxx方法(图3)。
Most RESTful web services follow conventions for the way a URL is constructed for a specific type of request, in addition to the HTTP method used for the request.
除了用于发送请求的HTTP方法之外,大部分RESTfulweb服务的URL构建方式都遵守为特定类型请求构建url的方式。
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连接。
The Apache Wink servlet routes the request to the correct method based on the HTTP operation.
ApacheWinkservlet根据HTTP操作将请求路由到正确的方法。
If the HTTP method is POST and there are no errors, the form.tag file forwards the request for further processing to the page whose URL is specified in the action attribute.
如果HTTP方法为POST并且没有出现错误,form. tag文件将请求转发到其url在action属性中指定的页面,以供进一步处理。
Invoke the HTTP method to the specified URI template by sending the request entity to the request using the exchange method.
通过使用exchange方法将请求实体发送到请求,调用到指定uri模板的HTTP方法。
We set the HTTP method of the request to gadgets.io.MethodType.POST to indicate it is a POST method.
我们将这个请求的HTTP方法设置为gadgets . io . MethodType .POST以表明它是一个POST方法。
In addition to using the HTTP operation, Apache Wink USES the MIME type of the HTTP request to map the request to the correct method.
除了使用HTTP操作以外,ApacheWink还使用HTTP请求的MIME类型将请求映射到正确的方法。
Having modified the HTTP request to include the Accept-Encoding header with a value of GZIP, I need to modify the method used to read that content.
通过修改HTTP请求添加值为GZIP的Accept - encoding头之后,我需要修改用来读取内容的方法。
Sometimes it makes sense: our method to extract query strings from the http request is called "?
有的时候这个特性很有用:我们有个方法从http请求中把用来做查询的字符串提取出来,这个方法名就是”?"
Action methods are selected based on the HTTP method used in the request.
动作方法是根据请求所使用的HTTP方法来选择的。
A client can invoke the method by sending an HTTP GET request to the URI.
客户端可以通过发送一个HTTP的GET请求到这些URI来调用一个方法。
A client can invoke the method by sending an HTTP GET request to the URI.
客户端可以通过发送一个HTTP的GET请求到这些URI来调用一个方法。
应用推荐