path property

String? path
final

The path within the domain that the cookie applies to.

Per RFC 6265 5.2.4, this is an opaque string (any CHAR except CTLs or ;); it is not a URI.

Implementation

final String? path;