Defines the scope of a cookie — the Path, Secure, and Domain attributes that must match when reading or removing a previously set cookie.
Path
Secure
Domain
IMPORT_PATH: "@daiso-tech/core/http-router/contracts"
"@daiso-tech/core/http-router/contracts"
Optional
The Domain attribute that was used when the cookie was set.
null Copy
null
The Path attribute that was used when the cookie was set.
The Secure attribute that was used when the cookie was set.
false Copy
false
Defines the scope of a cookie — the
Path,Secure, andDomainattributes that must match when reading or removing a previously set cookie.IMPORT_PATH:
"@daiso-tech/core/http-router/contracts"