danneu / kog

🌶 A simple Kotlin web framework inspired by Clojure's Ring.
43 stars 4 forks source link

[Router] Implement sub-segment routing #13

Open danneu opened 7 years ago

danneu commented 7 years ago

Right now, route parameter wildcards must span the entire path segment:

/assets/<filenameAndExtension>

But it'd be nicer if wildcards didn't have to:

/assets/<filename>.txt