net.yudichev.jiotty.common.rest.RestServer Maven / Gradle / Ivy
package net.yudichev.jiotty.common.rest;
import spark.Route;
public interface RestServer {
void post(String url, Route route);
void get(String path, Route route);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy