To return specific HTTP response status code and description.
若要返回特定HTTP响应状态代码和说明。
The status attribute indicates the HTTP RESPONSE STATUS code (for example, 200) sent back from the server.
status属性指出从服务器返回的HTTPRESPONSE STATUS码(例如,200)。
The first Jersey client example is to send a GET request to fetch all the contacts and print the response status code and response content. See Listing 11.
第一个Jersey客户端示例将发送GET请求获取所有联系人并打印响应状态码和响应内容,参见清单 11。
After successfully processing this request, the service returns a response with a status code 201.
在成功地处理这个请求之后,服务在响应中返回状态码201。
These optimize your PHP configuration and code to prevent unneeded file status checks on every request, which can slow down response times.
这些函数优化您的PHP配置和代码,以防止对每个请求进行不必要的文件状态检查,从而减少响应时间。
Empty response with different status code: the response of the PUT request will not have any content, but will have a different status code.
空响应带有不同的状态码:PUT请求的响应没有任何内容,但是有不同的状态码。
A 201 status code (CREATED) is a perfect response to a successful POST request.
状态码201 (CREATED)是一个成功POST请求的完美响应。
A RESTful service typically provides two meaningful components in its responses: the response body itself and a status code.
RESTful服务通常在它的响应中提供两个有意义的组件:响应主体本身和一个状态码。
For the BYE response, we need to accept the BYE response, create a response with the same status code, and send it to the peer uas.
对于BYE响应,我们需要接受BYE响应,使用同一状态代码创建响应,并将其发送到对等uas。
The response contains a Status reporting either success (code 200) or one of a number of error codes (see Resources for a link to a table of error codes on the Geocoder service page).
响应包含一个Status,报告成功(代码 200)或错误代码之一 (参见参考资料 获得 Geocoder服务页面的错误代码表链接)。
We can read the status code in the response object received from the HTTP POST call. We can also get the entry for the created property sheet type from the response.
我们可以从HTTPPOST调用接收的响应对象读取状态码。
For example, suppose the Geocoder response returned multiple codes within the State element, you would access the first one with $this->xml->Response->Status->code[0].
例如,假设Geocoder响应返回State元素中的多个代码,要使用 $this->xml->Response->Status->code[0]访问第一个元素。
After successfully processing this request, the service returns a response with the status code 201.
成功处理这个请求之后,服务将返回一个包含状态码201的响应。
After successfully processing this request, the service returns a response with the status code 200.
成功处理这个请求之后,该服务返回一个包含状态码200的响应。
This option gives you more control over the details of the response. You can set the status code, add HTTP headers, and so forth.
该选项让你能够对响应细节进行更多的控制。你可以设置状态码、添加HTTP报头等等。
Upon receiving a response with status code OVER_QUERY_LIMIT, your application should determine which usage limit has been exceeded.
收到一个响应状态码over _ QUERY _ LIMIT,您的应用程序应该确定哪些用法限制已经超过了。
Varies the status code and status description used for each response.
对每个响应都使用不同的状态代码和状态说明。
Gets or sets the status code of the current HTTP response to which this property is attached.
获取或设置附加此属性的当前HTTP响应的状态代码。
If the status code received from the server is not 101, the client handles the response per HTTP [RFC2616] procedures.
假如从服务端获取的状态不是101,客户端在每一个http过程处理响应。
If the status code received from the server is not 101, the client handles the response per HTTP [RFC2616] procedures.
假如从服务端获取的状态不是101,客户端在每一个http过程处理响应。
应用推荐