com.facebook.stetho.inspector.network.NetworkEventReporter.preConnect(java.net.HttpURLConnection, com.facebook.stetho.urlconnection.SimpleRequestEntity) and interpretResponseStream(java.io.InputStream).URLConnection.getInputStream() to
Stetho so that it can be intercepted.HttpURLConnection has just successfully exchanged HTTP messages
(request headers + body and response headers) with the server but has not yet consumed
the response body.HttpURLConnection instance has been configured and is about
to be used to initiate an actual HTTP connection.com.facebook.stetho.inspector.network.NetworkEventReporter API.