public HttpInterceptorSupport.HttpAttacher<I, O> forUriRegex(String uriRegEx) {
   return interceptorSupport.forUriRegex(uriRegEx);
 }