proxy library
Functions
-
copyToSink<
T> (Stream< T> stream, EventSink<T> sink, {bool cancelOnError = true, bool closeSink = true, void copyTo(T event, void close())?}) → Future -
Copies
stream
intosink
. -
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
.