valum-framework / valum

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

Support asterisk request URI #139

Closed arteymix closed 8 years ago

arteymix commented 8 years ago

The Router should support the special * request URI.

app.get ("*", (req, res) => {

});