valum-framework / valum

Web micro-framework written in Vala
https://valum-framework.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
225 stars 23 forks source link

Basepath middleware #177

Closed arteymix closed 8 years ago

arteymix commented 8 years ago

The basepath middleware provide a way of stripping a path prefix, which is very handy when composing routers.

@Bob131 feedback?