Interface IRequestHandler

Index

Methods

Methods

public passThrough()

public respond(func: Function)

Parameters

  • func: Function

public respond(status: number, data?: any, headers?: any)

Parameters

  • status: number
  • data?: any optional
  • headers?: any optional

public respond(data: any, headers?: any)

Parameters

  • data: any
  • headers?: any optional