sttp.model.headers
A cookie name-value pair with directives.
All String values should be already encoded (if necessary), as when serialised, they end up unmodified in the header.
String
Representation of the cookie as in a header value, in the format: [name]=[value]; [directive]=[value]; ....
[name]=[value]; [directive]=[value]; ...
(Since version ) see corresponding Javadoc for more information.
A cookie name-value pair with directives.
All
String
values should be already encoded (if necessary), as when serialised, they end up unmodified in the header.