nickel-org / nickel.rs

An expressjs inspired web framework for Rust

Home Page:http://nickel-org.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Router and special symbols

vaartis opened this issue · comments

So, i have server.get("/:name", func); , which should match / + anyting, but if fails to do so, if there is more than one symbol, that is not letter, number, %, < or >, like /~something~ or /(secret) will fail with Not Found error. /~something works though.