Interface protos.google.cloud.apigeeconnect.v1.IHttpResponse (3.0.2)

Properties of a HttpResponse.

Package

@google-cloud/apigee-connect

Properties

body

body?: (Uint8Array|string|null);

HttpResponse body

contentLength

contentLength?: (number|Long|string|null);

HttpResponse contentLength

headers

headers?: (google.cloud.apigeeconnect.v1.IHeader[]|null);

HttpResponse headers

id

id?: (string|null);

HttpResponse id

status

status?: (string|null);

HttpResponse status

statusCode

statusCode?: (number|null);

HttpResponse statusCode