Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequestFilter<T>

RequestFilter allow a service which implement it to control incoming request

If one of the filter replies with "true" then the request will go through

Type parameters

Hierarchy

  • RequestFilter

Implemented by

Methods

Methods

  • checkRequest(context: T): Promise<boolean>

Generated using TypeDoc