feign icon indicating copy to clipboard operation
feign copied to clipboard

[Question] Want to understand on what basis is the Response body implementation picked

Open arrajeev87 opened this issue 2 years ago • 1 comments

When we fire a request using the feign client we get the body of the type "feign.Response$ByteArrayBody" But the same API call with a different request give the response body of type "feign.okhttp.OkHttpClient$1"

So wanted to understand why is this different? On what basis is the implementation selected?

arrajeev87 avatar Aug 14 '23 08:08 arrajeev87