Parse the cookie, represented as a header value (in the format: [name]=[value]
).
Representation of the cookies as in a header value, in the format: [name]=[value]; [name]=[value]; ...
.
IllegalArgumentException
If the cookie name or value contain illegal characters.
(Since version ) see corresponding Javadoc for more information.
For a description of the behavior of
apply
,parse
,safeApply
andunsafeApply
methods, see sttp.model.