Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProxyInterceptor

A HttpProxy interceptor.

Hierarchy

  • ProxyInterceptor

Index

Methods

handleProxyRequest

  • Handle the proxy request at the stage of this interceptor.

    Parameters

    Returns PromiseLike<ProxyResponse>

handleProxyResponse

  • handleProxyResponse(context: ProxyContext): PromiseLike<void>
  • Handle the proxy response at the stage of this interceptor.

    Parameters

    Returns PromiseLike<void>

Generated using TypeDoc