Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpResponseField<HeadersT>

Package version

HTTP response related information - headers and raw body.

Type parameters

  • HeadersT

Hierarchy

Index

Properties

Properties

_response

_response: HttpResponse & { bodyAsText: string; parsedHeaders: HeadersT }

The underlying HTTP response.

Generated using TypeDoc