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.
headerAction :: WeightedBackendService -> Maybe HttpHeaderActiongogol-compute Gogol.Compute 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 Specifies a list of header match criteria, all of which must match corresponding headers in the request.
headerName :: BackendBucketCdnPolicyBypassCacheOnRequestHeader -> Maybe Textgogol-compute Gogol.Compute The header field name to match on when bypassing cache. Values are case-insensitive.
headerName :: BackendServiceCdnPolicyBypassCacheOnRequestHeader -> Maybe Textgogol-compute Gogol.Compute The header field name to match on when bypassing cache. Values are case-insensitive.
headerName :: HttpHeaderMatch -> Maybe Textgogol-compute Gogol.Compute 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.
headerName :: HttpHeaderOption -> Maybe Textgogol-compute Gogol.Compute The name of the header.
headerName :: SecurityPolicyRuleHttpHeaderActionHttpHeaderOption -> Maybe Textgogol-compute Gogol.Compute The name of the header to set.
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.