| Modifier and Type | Field and Description |
|---|---|
protected HttpHeaders |
HttpResponse.httpHeaders |
protected HttpHeaders |
HttpRequest.httpHeaders |
| Modifier and Type | Method and Description |
|---|---|
HttpHeaders |
HttpResponse.getHttpHeaders() |
HttpHeaders |
HttpRequest.getHttpHeaders() |
static HttpHeaders |
HttpHeaders.parseFromString(String headersString) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponse.setHttpHeaders(HttpHeaders httpHeaders) |
void |
HttpRequest.setHttpHeaders(HttpHeaders httpHeaders) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpHeaders |
BaseHttpActivityDelegate.getRequestHeaders(VariableContainer variableContainer) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpHeaders |
ApacheHttpComponentsFlowableHttpClient.getHeaders(org.apache.http.Header[] headers) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ApacheHttpComponentsFlowableHttpClient.setHeaders(org.apache.http.HttpMessage base,
HttpHeaders headers) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ApacheHttpComponents5FlowableHttpClient.setHeaders(org.apache.hc.core5.http.nio.support.AsyncRequestBuilder base,
HttpHeaders headers) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpHeaders |
SpringWebClientFlowableHttpClient.toFlowableHeaders(org.springframework.http.HttpHeaders httpHeaders) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SpringWebClientFlowableHttpClient.setHeaders(org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec<?> base,
HttpHeaders headers) |
Copyright © 2022 Flowable. All rights reserved.