Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResponseDecoratorOptions

The @Response()/@Res parameter decorator options.

Hierarchy

  • ResponseDecoratorOptions

Index

Properties

Properties

passthrough

passthrough: boolean

Determines whether the response will be sent manually within the route handler, with the use of native response handling methods exposed by the platform-specific response object, or if it should passthrough Nest response processing pipeline.

default

false

Generated using TypeDoc