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