shouldBypass method

bool shouldBypass(
  1. String url
)

Check if a URL should bypass this proxy configuration.

Implementation

bool shouldBypass(String url) {
  return shouldBypassProxy(url, noProxy);
}