Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multipart/form-data and form-urlencoded as Request content #39

Open
kdavisk6 opened this issue May 16, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@kdavisk6
Copy link
Member

Feign provides support for the mime-type: multipart/form-data through the feign-form extension. Many APIs and other legacy system support application/x-www-form-urlencoded and multipart/form-data as a means to accept content.

Feignx should provide support for these types without the need for an extension. Ideally this support would be enabled by sniffing the Content-Type header provided by the user on the method signature. Another option is to create a specific annotation for form parameters, such as @FormParam.

Supporting forms this way to bringing parity between Feignx and Feign.

@kdavisk6 kdavisk6 added the enhancement New feature or request label May 16, 2019
@kdavisk6 kdavisk6 added this to To do in 1.0.0.RELEASE via automation May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
1.0.0.RELEASE
  
To do
Development

No branches or pull requests

1 participant