Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FinalizeHandlerOutput<Output>

public

Type parameters

  • Output: object

Hierarchy

Index

Properties

Properties

output

output: Output

response

response: unknown

The raw response object from runtime is deserialized to structured output object. The response object is unknown so you cannot modify it directly. When work with response, you need to guard its type to e.g. HttpResponse with 'instanceof' operand. During the deserialize phase of the execution of a middleware stack, a deserialized response may or may not be available