pksunkara / reign

Opinionated Isomorphic Web Framework in Rust
https://reign.rs
Apache License 2.0
5 stars 3 forks source link

What should happen if I use `/`, `#` or `?` in static part for `Path`? #30

Open pksunkara opened 3 years ago

pksunkara commented 3 years ago

When doing the following:

Path::new().path("static")

We need to think about what happens when those special URI characters are given.

This would need work in the p! macro too.