FindProxyCallback typedef

FindProxyCallback = String Function(Uri)

Callback which can be invoked to resolve a proxy Uri.

See HttpClient.findProxy.

This is not invoked automatically be the test client if set, but it can be accessed in the RequestCallback method.

Implementation

typedef FindProxyCallback = String Function(Uri);