Skip to content

Commit

Permalink
MultiPartConfig in HTTP Vert.x extension is insufficiently documented
Browse files Browse the repository at this point in the history
Closes #30046
  • Loading branch information
pedroigor committed Jan 5, 2023
1 parent 0438237 commit f1be529
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
public class MultiPartConfig {

/**
* A list of {@code ContentType} to indicate whether a given multipart field should be handled as a file part.
* A comma-separated list of {@code ContentType} to indicate whether a given multipart field should be handled as a file
* part.
*
* You can use this setting to force HTTP-based extensions to parse a message part as a file based on its content type.
*
* For now, this setting only works if the Resteasy Reactive extension is installed.
*/
@ConfigItem
@ConvertWith(TrimmedStringConverter.class)
Expand Down

0 comments on commit f1be529

Please sign in to comment.