proxy library
Functions
-
proxyRequest(
HttpConnect connect, dynamic url, {String? proxyName, FutureOr< bool> shallRetry(dynamic ex, StackTrace st)?, void log(String errmsg)?}) → Future -
Proxies the request of
url
toconnect
.
url
to connect
.