浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

HTTP/1.1 Connection header field

http-stats:
HTTP/1.1 Connection header field

The Connection general-header field allows the sender to specify options that are desired for that particular connection.

It is defined in RFC 2616, section 14.10.

If an option has parameters associated with it, they can be included in a specific header field with the same name as the option, e.g. see Keep-Alive.

This header must not be communicated by proxies over further connections; proxies must also remove any additional header fields whose names match those of options specified in the Connection field.

HTTP/1.1 defines the "close" connection option for the sender to signal that the connection will be closed after completion of the response, e.g. the connection should not be considered persistent.

HTTP/1.1 applications that do not support persistent connections must include the "close" connection option in every message.

posted on 2012-04-26 00:31  lexus  阅读(351)  评论(0)    收藏  举报