public class MultipartFormHandler
extends Object
implements org.jboss.resteasy.reactive.server.spi.RuntimeConfigurableServerRestHandler
ServerRestHandler implementation that handles the multipart/form-data media type.
The code has been adapted from io.vertx.ext.web.handler.impl.BodyHandlerImpl
and its main functionality is to populate RoutingContext's fileUploads