-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delegate web client form upload to HTTP client.
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.
- Loading branch information
Showing
4 changed files
with
34 additions
and
432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
268 changes: 0 additions & 268 deletions
268
vertx-web-client/src/main/java/io/vertx/ext/web/client/impl/MultipartFormUpload.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.