EagerResponse(request: Request, protocol: Protocol, code: Int, message: String, handshake: Handshake?, headers: List<Header>, body: String?, networkResponse: Response?, cacheResponse: Response?, priorResponse: Response?, sentRequestAtMillis: Long, receivedResponseAtMillis: Long)
EagerResponse is basically the same class as okhttp3.Response except:
headers - they are represented as a list of type Headerbody - the entire response body in memory represented as `StringSince
0.3.0
Author
sergey