标签: android http retrofit2 okhttp3
我第一次使用Retrofit2和okhttp3发送http request。我研究了很多网站和API,但没有关于“如何获得request和reponse的全尺寸”的结果。我正在使用HttpLoggingInterceptor来记录response,但它只显示body的大小,而不是response的完整大小(headers,{{1 }} ...)。是否有API或库来获取它?
Retrofit2
okhttp3
http request
request
reponse
HttpLoggingInterceptor
response
body
headers