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

io.datawire.quark.runtime.HTTPServlet Maven / Gradle / Ivy

package io.datawire.quark.runtime;

public interface HTTPServlet extends Servlet {
    public void onHTTPRequest(HTTPRequest request, HTTPResponse response);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy