.NET implementation of URI template spec (RFC6570)
-
Updated
Dec 8, 2022 - C#
A URI Template is a compact sequence of characters for describing a range of Uniform Resource Identifiers through variable expansion.
.NET implementation of URI template spec (RFC6570)
Using URI Templates aka RFC 6570 for routing in Nancy
The UriTemplate library is a simple set of code to encapsulate the building and parsing of URIs from replacement tokens. Using this couple of classes will make it easy to build RESTful URIs.
Created by J. Gregorio, R. Fielding, M. Hadley, M. Nottingham, D. Orchard
Released March 2012