Class BaseResponse

Hierarchy

Constructors

Properties

_headers: OutgoingHttpHeaders = {}
_statusCode?: number
autoSerializing: boolean = true

Methods

  • Per default a JSONResponse is serialized using the return type specified at the route. This disables that behaviour so that JSON.stringify is run on the result directly.

    Returns BaseResponse

Generated using TypeDoc