rslv - Identifier Resolution Service
rslv is an identifier resolver service that takes a provided identifier,
and matches it to a definition. If there is a successful match the service
redirects to the registered target, or optionally presents information about the
matched definition.
Identifiers take the form:
scheme:prefix/value
Matching definitions are found by exact comparison with the scheme and
prefix parts of the identifier. A match on the value
portion is made by finding the longest value in the definitions matching scheme
and prefix that matches the start of the value of the identifier.
The service API description is available at /api.