HttpCookie Type

HTTP cookie

Record fields

Record Field Description

domain

Full Usage: domain

Field type: string option

This cookies is only valid for the given domain

Field type: string option

expires

Full Usage: expires

Field type: DateTimeOffset option
Field type: DateTimeOffset option

httpOnly

Full Usage: httpOnly

Field type: bool

This cookie is not readable from JavaScript

Field type: bool

name

Full Usage: name

Field type: string
Field type: string

path

Full Usage: path

Field type: string option
Field type: string option

sameSite

Full Usage: sameSite

Field type: SameSite option
Field type: SameSite option

secure

Full Usage: secure

Field type: bool

This cookie is not forwarded over plaintext transports

Field type: bool

value

Full Usage: value

Field type: string
Field type: string