Uses of Interface
io.muserver.UploadedFile
-
Packages that use UploadedFile Package Description io.muserver This package contains the main API of mu-server, for example the server builders, request and response objects. -
-
Uses of UploadedFile in io.muserver
Methods in io.muserver that return UploadedFile Modifier and Type Method Description UploadedFile
MuRequest. uploadedFile(java.lang.String name)
Gets the uploaded file with the given name, or null if there is no upload with that name.Methods in io.muserver that return types with arguments of type UploadedFile Modifier and Type Method Description java.util.List<UploadedFile>
MuRequest. uploadedFiles(java.lang.String name)
Gets all the uploaded files with the given name, or an empty list if none are found.
-