Package version:

Interface HttpResponseField<HeadersT>

HTTP response related information - headers and raw body.

interface HttpResponseField<HeadersT> {
    _response: any;
}

Type Parameters

  • HeadersT

Hierarchy (view full)

Properties

Properties

_response: any

The underlying HTTP response.