ConfigurationPatternConvertible

public protocol ConfigurationPatternConvertible

A type that can serve as a URL matcher for service configuration.

Siesta provides implementations of this protocol for String (for glob-based matching) and Resource (to configure one specific resource).