CookieHeaderTrait
Cookie HTTP header names (RFC 6265).
Mixed into HttpHeader.
Tags
Table of Contents
Constants
- COOKIE : string = 'Cookie'
- `Cookie` — Cookies previously stored, sent by the user agent (RFC 6265 §5.4).
- SET_COOKIE : string = 'Set-Cookie'
- `Set-Cookie` — Instructs the user agent to store a cookie (RFC 6265 §4.1).
Constants
COOKIE
`Cookie` — Cookies previously stored, sent by the user agent (RFC 6265 §5.4).
public
string
COOKIE
= 'Cookie'
SET_COOKIE
`Set-Cookie` — Instructs the user agent to store a cookie (RFC 6265 §4.1).
public
string
SET_COOKIE
= 'Set-Cookie'