HttpRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The proto definition of http request.
Attributes |
|
---|---|
Name | Description |
id |
str
A unique identifier for the request. |
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 |
MutableSequence[google.cloud.apigeeconnect_v1.types.Header]
The HTTP request headers. |
body |
bytes
HTTP request body. |