jgilfelt / chuck

An in-app HTTP inspector for Android OkHttp clients
Apache License 2.0
4.69k stars 452 forks source link

ChuckInterceptor uses an internal OkHttp API #88

Open ZacSweers opened 5 years ago

ZacSweers commented 5 years ago

HttpHeaders.hasBody no longer exists in OkHttp 4

cortinico commented 5 years ago

+1 As a side note for users of the library: we fixed this issue in the fork Chucker https://github.com/ChuckerTeam/chucker/pull/53