META-INF.dirigible.template-hello-world.service.js.template Maven / Gradle / Ivy
var response = require("http/response");
response.println("Hello World!");
response.flush();
response.close();
© 2015 - 2025 Weber Informatics LLC | Privacy Policy