Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IServerResponse

Hierarchy

Implemented by

Index

Properties

Optional body

body: undefined | string

Optional cacheControl

cacheControl: CacheControlType

Optional maxAge

maxAge: undefined | number

serialize

serialize: () => string

Type declaration

    • (): string
    • Returns string

Optional statusCode

statusCode: undefined | number

Optional statusMessage

statusMessage: undefined | string

Optional template

template: undefined | string

url

url: string

Optional vars