Uses of Class
io.vertx.reactivex.ext.web.multipart.MultipartForm
Packages that use MultipartForm
-
Uses of MultipartForm in io.vertx.reactivex.ext.web.client
Methods in io.vertx.reactivex.ext.web.client with parameters of type MultipartFormModifier and TypeMethodDescriptionHttpRequest.rxSendMultipartForm(MultipartForm body) LikeHttpRequest.send()but with an HTTP requestbodymultimap encoded as form and the content type set tomultipart/form-data.HttpRequest.sendMultipartForm(MultipartForm body) LikeHttpRequest.send()but with an HTTP requestbodymultimap encoded as form and the content type set tomultipart/form-data. -
Uses of MultipartForm in io.vertx.reactivex.ext.web.multipart
Fields in io.vertx.reactivex.ext.web.multipart with type parameters of type MultipartFormModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<MultipartForm> MultipartForm.__TYPE_ARGMethods in io.vertx.reactivex.ext.web.multipart that return MultipartFormModifier and TypeMethodDescriptionAdd an attribute form data part.MultipartForm.binaryFileUpload(String name, String filename, Buffer content, String mediaType) Add a binary file upload form data part.MultipartForm.binaryFileUpload(String name, String filename, String pathname, String mediaType) Add a binary file upload form data part.static MultipartFormMultipartForm.create()static MultipartFormMultipartForm.newInstance(MultipartForm arg) MultipartForm.setCharset(String charset) Set thecharsetto use when encoding the form.MultipartForm.setCharset(Charset charset) Set thecharsetto use when encoding the form.MultipartForm.textFileUpload(String name, String filename, Buffer content, String mediaType) Add a text file upload form data part.MultipartForm.textFileUpload(String name, String filename, String pathname, String mediaType) Add a text file upload form data part.