Options
All
  • Public
  • Public/Protected
  • All
Menu

The base middleware class implemented by all middleware.

export
class

Middleware

Hierarchy

Index

Methods

processRequest

  • Processes a request and response object before they are handled.

    Parameters

    Returns Promise<any>

processResponse

  • Processes a request and response object after they are handled.

    Parameters

    Returns Promise<any>

Generated using TypeDoc