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

Create Regex Matching Example

jolhoeft opened this issue · comments

The route matching has limitation that can be worked around by using a Regex matcher. Let's create an example of how to do that.

Can I take this up? Any leads to this issue will be a great help.
Thanks.

Turns out we already had one.