proxyDetails property
Proxy authentication details for this request.
Throws HttpProfileRequestError if hasError is true.
Implementation
HttpProfileProxyData? get proxyDetails => _returnIfNoError(_proxyDetails);
Proxy authentication details for this request.
Throws HttpProfileRequestError if hasError is true.
HttpProfileProxyData? get proxyDetails => _returnIfNoError(_proxyDetails);