Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RestContext

Index

Properties

async: boolean
cacheDuration: number
cacheGroups: string[]
cacheKey: string
created: boolean
debug: boolean
done: boolean
id: number
log: Logger
name: string
request: RestRequest
response: RestResponse
variables: {}

Type declaration

  • [key: string]: any

Methods

  • end(): void
  • getVariable(...keys: any): any
  • internalServerError(): void
  • redirect(url: string, status?: number): void
  • Parameters

    • url: string
    • Optional status: number

    Returns void

  • redirectTrailingSlash(status?: number): void
  • Parameters

    • Optional status: number

    Returns void

  • write(content: any): void

Generated using TypeDoc