Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RestResponse

Package version

The flattened response to a REST call. Contains the underlying HttpOperationResponse as well as the merged properties of the parsedBody, parsedHeaders, etc.

Hierarchy

  • RestResponse

Indexable

[key: string]: any

The flattened response to a REST call. Contains the underlying HttpOperationResponse as well as the merged properties of the parsedBody, parsedHeaders, etc.

Index

Properties

Properties

_response

The underlying HTTP response containing both raw and deserialized response data.

Generated using TypeDoc