Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldDescription
domain (string)The domain to which the cookie belongs.
expires (string)The date and time when the cookie expires.

httponly (boolean)

If set to true, cookies will not be exposed through channels other than HTTP and HTTPS requests.

name (string)

The name of the cookie.

path (string)The path to the page the cookie belongs to, for example "mydomain.com/mypage.html".
secure (boolean)Indicates whether the data is sent in secure mode or not.
value (string)The value of the cookie.

Anchor
response_udr
response_udr
Response

The Response  UDR contains the response to the request and is incorporated in the RequestCycle UDR.

...