| Modifier and Type | Class and Description |
|---|---|
class |
HttpHeaderOption
Specification determining how headers are added to requests or responses.
|
static class |
HttpHeaderOption.Builder
Specification determining how headers are added to requests or responses.
|
| Modifier and Type | Method and Description |
|---|---|
HttpHeaderOptionOrBuilder |
HttpHeaderActionOrBuilder.getRequestHeadersToAddOrBuilder(int index)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderOptionOrBuilder |
HttpHeaderAction.getRequestHeadersToAddOrBuilder(int index)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderOptionOrBuilder |
HttpHeaderAction.Builder.getRequestHeadersToAddOrBuilder(int index)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderOptionOrBuilder |
HttpHeaderActionOrBuilder.getResponseHeadersToAddOrBuilder(int index)
Headers to add the response before sending the response back to the client.
|
HttpHeaderOptionOrBuilder |
HttpHeaderAction.getResponseHeadersToAddOrBuilder(int index)
Headers to add the response before sending the response back to the client.
|
HttpHeaderOptionOrBuilder |
HttpHeaderAction.Builder.getResponseHeadersToAddOrBuilder(int index)
Headers to add the response before sending the response back to the client.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends HttpHeaderOptionOrBuilder> |
HttpHeaderActionOrBuilder.getRequestHeadersToAddOrBuilderList()
Headers to add to a matching request before forwarding the request to the backendService.
|
List<? extends HttpHeaderOptionOrBuilder> |
HttpHeaderAction.getRequestHeadersToAddOrBuilderList()
Headers to add to a matching request before forwarding the request to the backendService.
|
List<? extends HttpHeaderOptionOrBuilder> |
HttpHeaderAction.Builder.getRequestHeadersToAddOrBuilderList()
Headers to add to a matching request before forwarding the request to the backendService.
|
List<? extends HttpHeaderOptionOrBuilder> |
HttpHeaderActionOrBuilder.getResponseHeadersToAddOrBuilderList()
Headers to add the response before sending the response back to the client.
|
List<? extends HttpHeaderOptionOrBuilder> |
HttpHeaderAction.getResponseHeadersToAddOrBuilderList()
Headers to add the response before sending the response back to the client.
|
List<? extends HttpHeaderOptionOrBuilder> |
HttpHeaderAction.Builder.getResponseHeadersToAddOrBuilderList()
Headers to add the response before sending the response back to the client.
|
Copyright © 2023 Google LLC. All rights reserved.