Uses of Class
org.mockserver.serialization.har.HarCookie
Packages that use HarCookie
-
Uses of HarCookie in org.mockserver.serialization.har
Methods in org.mockserver.serialization.har that return HarCookieModifier and TypeMethodDescriptionHarCookie.withDomain(String domain) HarCookie.withExpires(String expires) HarCookie.withHttpOnly(Boolean httpOnly) HarCookie.withSecure(Boolean secure) Methods in org.mockserver.serialization.har that return types with arguments of type HarCookieMethod parameters in org.mockserver.serialization.har with type arguments of type HarCookieModifier and TypeMethodDescriptionHarRequest.withCookies(List<HarCookie> cookies) HarResponse.withCookies(List<HarCookie> cookies)