withInterceptor method

HttpProxyServer withInterceptor(
  1. HttpInterceptor interceptor
)

Implementation

HttpProxyServer withInterceptor(HttpInterceptor interceptor) {
  _interceptor = interceptor;
  return this;
}