All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.vertx.http.runtime.BodyConfig.jdp Maven / Gradle / Ivy

#
#Sat Oct 12 07:12:21 CEST 2019
io.quarkus.vertx.http.runtime.BodyConfig.deleteUploadedFilesOnEnd=Whether the uploaded files should be removed after serving the request.\n

\nIf {@code true} the uploaded files stored in {@code quarkus.http.body-handler.uploads-directory} will be removed\nafter handling the request. Otherwise the files will be left there forever. io.quarkus.vertx.http.runtime.BodyConfig.mergeFormAttributes=Whether the form attributes should be added to the request parameters.\n

\nIf {@code true}, the form attributes will be added to the request parameters; otherwise the form parameters will\nnot be added to the request parameters io.quarkus.vertx.http.runtime.BodyConfig.preallocateBodyBuffer=Whether the body buffer should pre-allocated based on the {@code Content-Length} header value.\n

\nIf {@code true} the body buffer is pre-allocated according to the size read from the {@code Content-Length}\nheader. Otherwise the body buffer is pre-allocated to 1KB, and is resized dynamically io.quarkus.vertx.http.runtime.BodyConfig.handleFileUploads=Whether the files sent using {@code multipart/form-data} will be stored locally.\n

\nIf {@code true}, they will be stored in {@code quarkus.http.body-handler.uploads-directory} and will be made\navailable via {@code io.vertx.ext.web.RoutingContext.fileUploads()}. Otherwise, the the files sent using\n{@code multipart/form-data} will not be stored locally, and {@code io.vertx.ext.web.RoutingContext.fileUploads()}\nwill always return an empty collection. Note that even with this option being set to {@code false}, the\n{@code multipart/form-data} requests will be accepted. io.quarkus.vertx.http.runtime.BodyConfig.uploadsDirectory=The directory where the files sent using {@code multipart/form-data} should be stored.\n

\nEither an absolute path or a path relative to the current directory of the application process.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy