Hoogle Search
Within LTS Haskell 24.41 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
headerValue :: HttpHeaderOption -> Maybe Textgogol-compute Gogol.Compute The value of the header to add.
headerValue :: SecurityPolicyRuleHttpHeaderActionHttpHeaderOption -> Maybe Textgogol-compute Gogol.Compute The value to set the named header to.
headers :: TestFailure -> Maybe [UrlMapTestHeader]gogol-compute Gogol.Compute HTTP headers of the request.
headers :: UrlMapTest -> Maybe [UrlMapTestHeader]gogol-compute Gogol.Compute HTTP headers for this request. If headers contains a host header, then host must also match the header value.
headerAction :: HttpRouteRule -> Maybe HttpHeaderActiongogol-compute Gogol.Compute.Types Specifies changes to request and response headers that need to take effect for the selected backendService. The headerAction value specified here is applied before the matching pathMatchers[].headerAction and after pathMatchers[].routeRules[].routeAction.weightedBackendService.backendServiceWeightAction[].headerAction HeaderAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
headerAction :: PathMatcher -> Maybe HttpHeaderActiongogol-compute Gogol.Compute.Types Specifies changes to request and response headers that need to take effect for the selected backend service. HeaderAction specified here are applied after the matching HttpRouteRule HeaderAction and before the HeaderAction in the UrlMap HeaderAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
headerAction :: SecurityPolicyRule -> Maybe SecurityPolicyRuleHttpHeaderActiongogol-compute Gogol.Compute.Types Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
headerAction :: UrlMap -> Maybe HttpHeaderActiongogol-compute Gogol.Compute.Types Specifies changes to request and response headers that need to take effect for the selected backendService. The headerAction specified here take effect after headerAction specified under pathMatcher. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
headerAction :: WeightedBackendService -> Maybe HttpHeaderActiongogol-compute Gogol.Compute.Types Specifies changes to request and response headers that need to take effect for the selected backendService. headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
headerMatches :: HttpRouteRuleMatch -> Maybe [HttpHeaderMatch]gogol-compute Gogol.Compute.Types Specifies a list of header match criteria, all of which must match corresponding headers in the request.