path property

String path
final

The path-value of the cookie. Is set to / in the constructor by default.

Its value should match "path-value" in RFC6265bis: https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-02#section-4.1.1

Implementation

final String path;