miqbaldc
01/16/2024, 10:50 AMmultipart/form-data
or am i missing something in the setup(?)
details in 🧵miqbaldc
01/16/2024, 10:51 AMmiqbaldc
01/16/2024, 10:52 AMmultipart/form-data
connection, but in chucker shown body is empty
insteadColton Idle
01/16/2024, 12:16 PMval chuckerInterceptor = ChuckerInterceptor.Builder(context)
// Read the whole response body even when the client does not consume the response completely.
// This is useful in case of parsing errors or when the response body
// is closed before being read like in Retrofit with Void and Unit types.
.alwaysReadResponseBody(true)
Colton Idle
01/16/2024, 12:17 PMColton Idle
01/16/2024, 12:17 PMmiqbaldc
01/16/2024, 5:42 PMalwaysReadResponseBody
but will inform you again later.Colton Idle
01/16/2024, 8:19 PMmiqbaldc
01/30/2024, 10:34 AMmiqbaldc
01/30/2024, 10:56 AM