Oihana PHP Enums

CookieHeaderTrait

Cookie HTTP header names (RFC 6265).

Mixed into HttpHeader.

Tags
author

Marc Alcaraz (ekameleon)

since
1.1.0

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` — Cookies previously stored, sent by the user agent (RFC 6265 §5.4).

public string COOKIE = 'Cookie'

`Set-Cookie` — Instructs the user agent to store a cookie (RFC 6265 §4.1).

public string SET_COOKIE = 'Set-Cookie'
On this page

Search results