Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HandlerMetadata

Hierarchy

  • HandlerMetadata

Index

Properties

argsLength

argsLength: number

fnHandleResponse

fnHandleResponse: function

Type declaration

    • <TResult, TResponse>(result: TResult, res: TResponse): any
    • Type parameters

      • TResult

      • TResponse

      Parameters

      • result: TResult
      • res: TResponse

      Returns any

getParamsMetadata

getParamsMetadata: function

Type declaration

hasCustomHeaders

hasCustomHeaders: boolean

httpStatusCode

httpStatusCode: number

paramtypes

paramtypes: any[]

responseHeaders

responseHeaders: any[]

Generated using TypeDoc