| Modifier and Type | Method and Description |
|---|---|
WebRequest |
Result.getWebRequest()
Describes an HTTP request.
|
WebRequest |
ThreadFlowLocation.getWebRequest()
Describes an HTTP request.
|
WebRequest |
WebRequest.withBody(ArtifactContent body) |
WebRequest |
WebRequest.withHeaders(Headers headers) |
WebRequest |
WebRequest.withIndex(Integer index) |
WebRequest |
WebRequest.withMethod(String method) |
WebRequest |
WebRequest.withParameters(Parameters parameters) |
WebRequest |
WebRequest.withProperties(PropertyBag properties) |
WebRequest |
WebRequest.withProtocol(String protocol) |
WebRequest |
WebRequest.withTarget(String target) |
WebRequest |
WebRequest.withVersion(String version) |
| Modifier and Type | Method and Description |
|---|---|
Set<WebRequest> |
ExternalProperties.getWebRequests()
Requests that will be merged with a separate run.
|
Set<WebRequest> |
Run.getWebRequests()
An array of request objects cached at run level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setWebRequest(WebRequest webRequest)
Describes an HTTP request.
|
void |
ThreadFlowLocation.setWebRequest(WebRequest webRequest)
Describes an HTTP request.
|
Result |
Result.withWebRequest(WebRequest webRequest) |
ThreadFlowLocation |
ThreadFlowLocation.withWebRequest(WebRequest webRequest) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalProperties.setWebRequests(Set<WebRequest> webRequests)
Requests that will be merged with a separate run.
|
void |
Run.setWebRequests(Set<WebRequest> webRequests)
An array of request objects cached at run level.
|
ExternalProperties |
ExternalProperties.withWebRequests(Set<WebRequest> webRequests) |
Run |
Run.withWebRequests(Set<WebRequest> webRequests) |
Copyright © 2020 Contrast Security. All rights reserved.