org.webbitserver.rest.UriMatch Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webbit-rest Show documentation
Show all versions of webbit-rest Show documentation
An uri-template based REST API for Webbit
package org.webbitserver.rest;
public interface UriMatch {
String get(String name);
}