Class HTTPGetAction (0.5.0)

HTTPGetAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)

HTTPGetAction describes an action based on HTTP Get requests.

Attributes

NameDescription
path str
Path to access on the HTTP server. Defaults to '/'.
http_headers MutableSequence[google.cloud.run_v2.types.HTTPHeader]
Custom headers to set in the request. HTTP allows repeated headers.