Is there any way to get event callbacks for the following operations when making an Http(s) request using this package?
dnsStart
dnsEnd
connectStart
secureConnectStart
secureConnectEnd
connectEnd
requestStart
requestEnd
responseStart
responseEnd
I am looking for something similar to the analytics API available in OKHttp (square/okhttp#270)
Is there any way to get event callbacks for the following operations when making an Http(s) request using this package?
dnsStart dnsEnd connectStart secureConnectStart secureConnectEnd connectEnd requestStart requestEnd responseStart responseEnd I am looking for something similar to the analytics API available in OKHttp (square/okhttp#270)
I asked this question on https://github.com/dart-lang/http/issues/141 and is being redirected here.