mgr32

Results 31 issues of mgr32

### Description Consider the following client sending a POST request with no body: ``` public interface TestFeignClient { @RequestLine("POST /post") String testPost(); } ``` Starting from Feign 12.0 requests from...

bug
help wanted