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 quarkusio#30046

Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
pedroigor and gsmet committed Jan 6, 2023
1 parent 0438237 commit 30c51ab
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 when using RESTEasy Reactive.
*/
@ConfigItem
@ConvertWith(TrimmedStringConverter.class)
Expand Down

0 comments on commit 30c51ab

Please sign in to comment.