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.

  1. headerAction :: WeightedBackendService -> Maybe HttpHeaderAction

    gogol-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.

  2. 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.

  3. headerName :: BackendBucketCdnPolicyBypassCacheOnRequestHeader -> Maybe Text

    gogol-compute Gogol.Compute

    The header field name to match on when bypassing cache. Values are case-insensitive.

  4. headerName :: BackendServiceCdnPolicyBypassCacheOnRequestHeader -> Maybe Text

    gogol-compute Gogol.Compute

    The header field name to match on when bypassing cache. Values are case-insensitive.

  5. headerName :: HttpHeaderMatch -> Maybe Text

    gogol-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.

  6. headerName :: HttpHeaderOption -> Maybe Text

    gogol-compute Gogol.Compute

    The name of the header.

  7. headerName :: SecurityPolicyRuleHttpHeaderActionHttpHeaderOption -> Maybe Text

    gogol-compute Gogol.Compute

    The name of the header to set.

  8. headerValue :: HttpHeaderOption -> Maybe Text

    gogol-compute Gogol.Compute

    The value of the header to add.

  9. headerValue :: SecurityPolicyRuleHttpHeaderActionHttpHeaderOption -> Maybe Text

    gogol-compute Gogol.Compute

    The value to set the named header to.

  10. headers :: TestFailure -> Maybe [UrlMapTestHeader]

    gogol-compute Gogol.Compute

    HTTP headers of the request.

Page 70 of many | Previous | Next