proxy property

Uri? proxy
getter/setter pair

Create clients with the given proxy setting. When it's set, all HTTP/2 traffic from Dio will go through the proxy tunnel. This setting uses Uri to correctly pass the scheme, address, and port of the proxy.

Implementation

Uri? proxy;