| Modifier and Type | Method and Description |
|---|---|
WebResponse |
Result.getWebResponse()
Describes the response to an HTTP request.
|
WebResponse |
ThreadFlowLocation.getWebResponse()
Describes the response to an HTTP request.
|
WebResponse |
WebResponse.withBody(ArtifactContent body) |
WebResponse |
WebResponse.withHeaders(Headers__1 headers) |
WebResponse |
WebResponse.withIndex(Integer index) |
WebResponse |
WebResponse.withNoResponseReceived(Boolean noResponseReceived) |
WebResponse |
WebResponse.withProperties(PropertyBag properties) |
WebResponse |
WebResponse.withProtocol(String protocol) |
WebResponse |
WebResponse.withReasonPhrase(String reasonPhrase) |
WebResponse |
WebResponse.withStatusCode(Integer statusCode) |
WebResponse |
WebResponse.withVersion(String version) |
| Modifier and Type | Method and Description |
|---|---|
Set<WebResponse> |
ExternalProperties.getWebResponses()
Responses that will be merged with a separate run.
|
Set<WebResponse> |
Run.getWebResponses()
An array of response objects cached at run level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setWebResponse(WebResponse webResponse)
Describes the response to an HTTP request.
|
void |
ThreadFlowLocation.setWebResponse(WebResponse webResponse)
Describes the response to an HTTP request.
|
Result |
Result.withWebResponse(WebResponse webResponse) |
ThreadFlowLocation |
ThreadFlowLocation.withWebResponse(WebResponse webResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalProperties.setWebResponses(Set<WebResponse> webResponses)
Responses that will be merged with a separate run.
|
void |
Run.setWebResponses(Set<WebResponse> webResponses)
An array of response objects cached at run level.
|
ExternalProperties |
ExternalProperties.withWebResponses(Set<WebResponse> webResponses) |
Run |
Run.withWebResponses(Set<WebResponse> webResponses) |
Copyright © 2020 Contrast Security. All rights reserved.