open fun formAttributes(): MultiMap
Returns a map of all form attributes in the request.
Be aware that the attributes will only be available after the whole body has been received, i.e. after the request end handler has been called.
io.vertx.reactivex.core.http.HttpServerRequest#setExpectMultipart must be called first before trying to get the form attributes.
Return
the form attributes