Package org.mockserver.serialization.har
Class HarResponse
java.lang.Object
org.mockserver.serialization.har.HarResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongintwithBodySize(long bodySize) withContent(HarContent content) withCookies(List<HarCookie> cookies) withHeaders(List<HarNameValuePair> headers) withHeadersSize(long headersSize) withHttpVersion(String httpVersion) withRedirectURL(String redirectURL) withStatus(int status) withStatusText(String statusText)
-
Constructor Details
-
HarResponse
public HarResponse()
-
-
Method Details
-
getStatus
public int getStatus() -
withStatus
-
getStatusText
-
withStatusText
-
getHttpVersion
-
withHttpVersion
-
getCookies
-
withCookies
-
getHeaders
-
withHeaders
-
getContent
-
withContent
-
getRedirectURL
-
withRedirectURL
-
getHeadersSize
public long getHeadersSize() -
withHeadersSize
-
getBodySize
public long getBodySize() -
withBodySize
-