HTTP Response Header的意思|示意
HTTP响应头
HTTP Response Header的网络常见释义
响应头 响应头(HTTP Response Header): HTTP响应头是那些描述HTTP响应本身的头,这里面并不包含描述HTTP响应中第三部分也就是HTTP信息的头(这部分由实体头负责)。
标头 先将标签和它们各自的名称对应一个HTTP回复 标头 ( HTTP response header )来处理,它的语法是:
HTTP Response Header相关例句
If the content hasn't changed since the time indicated in the If-Modified-Since header, the Google data service returns a 304 (Not Modified) HTTP response.
如果自if - Modified - Since标头中指示的时间后内容未发生更改,那么Google数据服务将返回一个304 (Not Modified) HTTP响应。
The facade component queries the HTTP request's Accept header field to determine the desired response format for the client and then serve the resource in the desired format.
Facade组件查询HTTP请求的Accept Header字段来确定客户机所需的响应格式,并随后以所需的格式提供资源。
A web server USES the Expires header in the HTTP response to tell the client how long a component can be cached.
一个web服务器使用HTTP响应中的Expires标题告诉的客户多长时间的一个组件可以被缓存。
Firefox handles the lack of an Expires header differently. If there is a Last-Modified response header it USES a heuristic expiration value as specified in the HTTP 1.1 spec rfc2616.
Firefox处理缺失expires头的方式不同。如果影响中有Last - Modified头它就会使用HTTP 1.1规范RFC2616中指定的一个尝试性的过期值。
The data format that the representations use are specified in the header of the HTTP request or response-xml and JSON are widely used formats.
这些表示使用的数据格式在HTTP请求或响应的头部中指定—xml和json是广泛使用的格式。
showRecord looks up a Photo and sets a content-type header before writing the photoData byte array directly to the HTTP response.
showRecord 会查询一个 Photo,并在将 photoData 直接写入 HTTP 响应之前设置 content-type 头信息。