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

JavaVertXWebServer.formParams.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{#isFormParam}}
{{^isFile}}
        RequestParameter body = requestParameters.body();
        JsonObject {{paramName}} = body != null ? body.getJsonObject() : null;
{{/isFile}}
{{#isFile}}
        {{{dataType}}} {{paramName}} = routingContext.fileUploads().iterator().next();
{{/isFile}}
{{/isFormParam}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy