Uses of Record Class
de.sstoehr.harreader.model.HarPostData
Packages that use HarPostData
-
Uses of HarPostData in de.sstoehr.harreader.model
Methods in de.sstoehr.harreader.model that return HarPostDataModifier and TypeMethodDescriptionHarRequest.postData()Returns the value of thepostDatarecord component.Constructors in de.sstoehr.harreader.model with parameters of type HarPostDataModifierConstructorDescriptionHarRequest(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.