Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
headerName :: BackendBucketCdnPolicyBypassCacheOnRequestHeader -> Maybe Textgogol-compute Gogol.Compute.Types The header field name to match on when bypassing cache. Values are case-insensitive.
headerName :: BackendServiceCdnPolicyBypassCacheOnRequestHeader -> Maybe Textgogol-compute Gogol.Compute.Types The header field name to match on when bypassing cache. Values are case-insensitive.
headerName :: HttpHeaderMatch -> Maybe Textgogol-compute Gogol.Compute.Types The name of the HTTP header to match. For matching against the HTTP request's authority, use a headerMatch with the header name ":authority". For matching a request's method, use the headerName ":method". When the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true, only non-binary user-specified custom metadata and the content-type header are supported. The following transport-level headers cannot be used in header matching rules: :authority, :method, :path, :scheme, user-agent, accept-encoding, content-encoding, grpc-accept-encoding, grpc-encoding, grpc-previous-rpc-attempts, grpc-tags-bin, grpc-timeout and grpc-trace-bin.