spice.net.URLMatcher.scala Maven / Gradle / Ivy
package spice.net
trait URLMatcher {
def matches(url: URL): Boolean
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package spice.net
trait URLMatcher {
def matches(url: URL): Boolean
}