Ogeon / rustful

[OUTDATED] A light HTTP framework for Rust
https://docs.rs/rustful
Apache License 2.0
862 stars 52 forks source link

Implement better support for array query parameters #105

Open Ogeon opened 8 years ago

Ogeon commented 8 years ago

For example foo[]=bar1&foo[]=bar2. This is useful enough to be supported, I think, even though it's non-standard. I don't yet have a specific design in mind, so it's wide open for suggestions, but I would like it to fit nicely into how parameters works today.