Check if a URL should bypass this proxy configuration.
bool shouldBypass(String url) { return shouldBypassProxy(url, noProxy); }