Options
All
  • Public
  • Public/Protected
  • All
Menu

A filter for requests and responses. can be used to modify the request/response before it is sent/received

Hierarchy

  • IHttpFilter

Implemented by

Index

Methods

canHandleRequestAsync

  • canHandleRequestAsync(request: IHttpRequest): Promise<boolean>

canHandleResponseAsync

  • canHandleResponseAsync(response: IHttpResponse): Promise<boolean>

handleRequestAsync

  • handleRequestAsync(request: IHttpRequest): Promise<boolean | void>

handleResponseAsync

  • handleResponseAsync(response: IHttpResponse): Promise<boolean | void>

Generated using TypeDoc