Class HttpRequest (0.2.2)

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

The proto definition of http request. .. attribute:: id

A unique identifier for the request.

:type: str

Attributes

NameDescription
method str
The HTTP request method. Valid methods: "GET", "HEAD", "POST", "PUT", "PATCH","DELETE".
url google.cloud.apigeeconnect_v1.types.Url
The HTTP request URL.
headers Sequence[google.cloud.apigeeconnect_v1.types.Header]
The HTTP request headers.
body bytes
HTTP request body.