Open wangzihchao opened 2 weeks ago
feign-core:10.2.3 micronaut-core:3.10.1
When I used @Header to set Content-Type param in header , it failed. The logs showed that request has no this param. But when I set other param ,for example: ContenType: application/json, it was OK . It has any filter in this version?
I found OkhttpClient delete it,but why?
feign-core:10.2.3 micronaut-core:3.10.1
When I used @Header to set Content-Type param in header , it failed. The logs showed that request has no this param. But when I set other param ,for example: ContenType: application/json, it was OK . It has any filter in this version?