justinfagnani / route

A client + server routing library for Dart
BSD 3-Clause "New" or "Revised" License
114 stars 40 forks source link

UrlPattern -> UriPattern #30

Open gmosx opened 11 years ago

gmosx commented 11 years ago

Please rename UrlPattern to UriPattern to be more consistent with the dart:uri library.

gmosx commented 11 years ago

Actually even more correct might be PathPattern.

sethladd commented 11 years ago

This sounds like a good candidate for a pull request :)

justinfagnani commented 11 years ago

We'll probably be moving to UriTemplate which will be compliant with RFC 6570 with the addition of parsing: http://tools.ietf.org/html/rfc6570