Skip to content

Add form parameters support to POST operations in Java codegen #681

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

Closed
wants to merge 1 commit into from
Closed

Add form parameters support to POST operations in Java codegen #681

wants to merge 1 commit into from

Conversation

xhh
Copy link
Contributor

@xhh xhh commented Apr 24, 2015

Only PUT operations handle form parameters currently, this PR handles them for POST too.

Refactor is also done for handling query and form parameters to let jersey-client do the encoding work.

@webron
Copy link
Contributor

webron commented May 3, 2015

Is #712 related to this one?

@xhh
Copy link
Contributor Author

xhh commented May 4, 2015

Right. This PR only adds form parameters support to POST, not to DELETE (while #712 does it for both POST and DELETE).
This one can be closed now.

@xhh xhh closed this May 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants