OpenFeign / feign

Feign makes writing java http clients easier
Apache License 2.0
9.51k stars 1.93k forks source link

@Headers({"Content-Type: application/json"}) failed when request with POST method #2641

Open wangzihchao opened 2 weeks ago

wangzihchao commented 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?

wangzihchao commented 2 weeks ago

A165B303C714E64033E76212EB73E2A7

wangzihchao commented 2 weeks ago

I found OkhttpClient delete it,but why?