haproxy/include
Willy Tarreau 4992dd2d30 MINOR: http: add support for "httponly" and "secure" cookie attributes
httponly  This option tells haproxy to add an "HttpOnly" cookie attribute
             when a cookie is inserted. This attribute is used so that a
             user agent doesn't share the cookie with non-HTTP components.
             Please check RFC6265 for more information on this attribute.

   secure    This option tells haproxy to add a "Secure" cookie attribute when
             a cookie is inserted. This attribute is used so that a user agent
             never emits this cookie over non-secure channels, which means
             that a cookie learned with this flag will be presented only over
             SSL/TLS connections. Please check RFC6265 for more information on
             this attribute.
2012-05-31 21:02:17 +02:00
..
common MINOR: standard: add a new debug macro : fddebug() 2012-05-13 00:21:17 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto BUG/MAJOR: b_rew() must pass a signed offset to b_ptr() 2012-05-31 11:33:42 +02:00
types MINOR: http: add support for "httponly" and "secure" cookie attributes 2012-05-31 21:02:17 +02:00