OpenFeign / feign

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

Allow optional request body #1383

Open OlgaMaciaszek opened 3 years ago

OlgaMaciaszek commented 3 years ago

Allow making request body optional. This relates to https://github.com/OpenFeign/feign/pull/583. See comment.

We have an open issue for which we would use this feature in SC OpenFeign and also a PR with an alternative solution, however, we think it would be a cleaner solution if it were supported in OpenFeign directly.

kdavisk6 commented 3 years ago

Seems simple enough. I'll look into the documentation to see if there's anything that explicitly requires that a non-null body

nicolasmafra commented 3 years ago

Any progress?

hhhyang commented 2 years ago

any progress? this requirement has been talked from year 2016, haha

murtazakhussain commented 11 months ago

Any progress? 2024 is about to start. Looking at the previous conversation its been 7 years

velo commented 11 months ago

Still waiting a PR.

betinro commented 1 month ago

Any news on this? We need this fix as well.

velo commented 1 month ago

Any news on this? We need this fix as well.

Still waiting for your PR

gromspys commented 1 month ago

@velo @betinro PR is ready and waiting for review. https://github.com/OpenFeign/feign/pull/2616