Package org.mockserver.serialization.har
Class HarCookie
java.lang.Object
org.mockserver.serialization.har.HarCookie
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getPath()getValue()withDomain(String domain) withExpires(String expires) withHttpOnly(Boolean httpOnly) withSecure(Boolean secure)
-
Constructor Details
-
HarCookie
public HarCookie() -
HarCookie
-
-
Method Details
-
getName
-
withName
-
getValue
-
withValue
-
getPath
-
withPath
-
getDomain
-
withDomain
-
getExpires
-
withExpires
-
getHttpOnly
-
withHttpOnly
-
getSecure
-
withSecure
-