google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.HttpHeaderAction View Source
The request and response header transformations that take effect before the request is passed along to the selected backendService.
Attributes
requestHeadersToAdd
(type:list(GoogleApi.Compute.V1.Model.HttpHeaderOption.t)
, default:nil
) - Headers to add to a matching request prior to forwarding the request to the backendService.requestHeadersToRemove
(type:list(String.t)
, default:nil
) - A list of header names for headers that need to be removed from the request prior to forwarding the request to the backendService.responseHeadersToAdd
(type:list(GoogleApi.Compute.V1.Model.HttpHeaderOption.t)
, default:nil
) - Headers to add the response prior to sending the response back to the client.responseHeadersToRemove
(type:list(String.t)
, default:nil
) - A list of header names for headers that need to be removed from the response prior to sending the response back to the client.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Compute.V1.Model.HttpHeaderAction{ requestHeadersToAdd: [GoogleApi.Compute.V1.Model.HttpHeaderOption.t()], requestHeadersToRemove: [String.t()], responseHeadersToAdd: [GoogleApi.Compute.V1.Model.HttpHeaderOption.t()], responseHeadersToRemove: [String.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.