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

Client form submission refactor #2712

Merged
merged 2 commits into from
Jan 23, 2025
Merged

Conversation

vietj
Copy link
Contributor

@vietj vietj commented Jan 23, 2025

Motivation:

Core HTTP client is capable of handling multipart form upload in Vert.x 5. We can remove the implementation in Web Client and delegate to HTTP client instead.

Changes:

Remove client form submission implementation and delegate to HTTP client instead.

vietj added 2 commits January 23, 2025 15:15
Motivation:

Core HTTP client is capable of handling multipart form upload in Vert.x 5. We can remove the implementation in Web Client and delegate to HTTP client instead.

Changes:

Remove client form submission implementation and delegate to HTTP client instead.
@vietj vietj added this to the 5.0.0 milestone Jan 23, 2025
@vietj vietj self-assigned this Jan 23, 2025
@vietj vietj merged commit 869599e into master Jan 23, 2025
7 checks passed
@vietj vietj deleted the client-form-submission-refactor branch January 23, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant