mdref.json config
[mdref/mdref-http] / http / Cookie.md
1 # class http\Cookie
2
3 A class representing a list of cookies with specific attributes.
4
5 ## Constants:
6
7 * PARSE_RAW
8 Do not decode cookie contents.
9 * SECURE
10 The cookies' flags have the secure attribute set.
11 * HTTPONLY
12 The cookies' flags have the httpOnly attribute set.
13
14 ## Properties:
15
16 None.