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.

  1. headerValue :: HttpHeaderOption -> Maybe Text

    gogol-compute Gogol.Compute

    The value of the header to add.

  2. headerValue :: SecurityPolicyRuleHttpHeaderActionHttpHeaderOption -> Maybe Text

    gogol-compute Gogol.Compute

    The value to set the named header to.

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

    gogol-compute Gogol.Compute

    HTTP headers of the request.

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

  5. headerAction :: HttpRouteRule -> Maybe HttpHeaderAction

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

  6. headerAction :: PathMatcher -> Maybe HttpHeaderAction

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

  7. headerAction :: SecurityPolicyRule -> Maybe SecurityPolicyRuleHttpHeaderAction

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

  8. headerAction :: UrlMap -> Maybe HttpHeaderAction

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

  9. headerAction :: WeightedBackendService -> Maybe HttpHeaderAction

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

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

Page 72 of many | Previous | Next