Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServiceContext

Represents the current context of the request being handled.

Hierarchy

  • ServiceContext

Index

Properties

accept

accept: string

The preferred media type to be used in the current request handling.

language

language: string

The resolved language to be used in the current request handling.

next

next: express.NextFunction

The next function. It can be used to delegate to the next middleware registered the processing of the current request.

request

request: express.Request

The request object.

response

response: express.Response

The response object

Generated using TypeDoc