Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequestInterceptor<Input>

An interface containing the logic to execute before handler is called.

Type parameters

  • Input

Hierarchy

  • RequestInterceptor

Index

Methods

Methods

process

  • process(input: Input): Promise<void> | void