Uses of Record Class
de.sstoehr.harreader.model.HarCookie
Packages that use HarCookie
-
Uses of HarCookie in de.sstoehr.harreader.model
Methods in de.sstoehr.harreader.model that return types with arguments of type HarCookieModifier and TypeMethodDescriptionHarRequest.cookies()Returns the value of thecookiesrecord component.HarResponse.cookies()Returns the value of thecookiesrecord component.Constructor parameters in de.sstoehr.harreader.model with type arguments of type HarCookieModifierConstructorDescriptionHarRequest(String method, String url, String httpVersion, List<HarCookie> cookies, List<HarHeader> headers, List<HarQueryParam> queryString, HarPostData postData, Long headersSize, Long bodySize, String comment, Map<String, Object> additional) Creates an instance of aHarRequestrecord class.HarResponse(int status, String statusText, String httpVersion, List<HarCookie> cookies, List<HarHeader> headers, HarContent content, String redirectURL, Long headersSize, Long bodySize, String comment, Map<String, Object> additional) Creates an instance of aHarResponserecord class.