Home > tough-cookie > Cookie > hostOnly
A boolean flag indicating if a cookie is a host-only cookie (i.e.; when the request's host exactly matches the domain of the cookie) or not (See RFC6265 Section 5.3).
Signature:
hostOnly: boolean | null;
Home > tough-cookie > Cookie > hostOnly
A boolean flag indicating if a cookie is a host-only cookie (i.e.; when the request's host exactly matches the domain of the cookie) or not (See RFC6265 Section 5.3).
Signature:
hostOnly: boolean | null;