lo48576 / iri-string

String types for URIs/IRIs.
Apache License 2.0
17 stars 3 forks source link

Feature request: Support rfc6570 uri templates #33

Closed damooo closed 1 year ago

damooo commented 1 year ago

RFC 6570 defines a syntax for uri templates. So that one can declaratively compute uri from variables instead of complex building.

It would be great addition to iri_string.

lo48576 commented 1 year ago

Already implemented as template module. Feel free to update and reopen this ticket if you have additional request.

damooo commented 1 year ago

Thanks and sorry. Should have checked docs properly.

lo48576 commented 1 year ago

Never mind. Happens to everyone.