intercept Response
fun HttpClient.interceptResponse(phase: PipelinePhase = HttpResponsePipeline.Parse, interceptor: ResponseInterceptor)
Interceptor for throwing an exception must run before HttpResponsePipeline.Transform phase.
Interceptor for throwing an exception must run before HttpResponsePipeline.Transform phase.