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

Expose a way to iterate over query params

dtolnay opened this issue · comments

I don't know what query parameters my endpoint has but I want to package them up and forward them to something that does. I don't want to pass nickel-specific types (Request or Query) to that thing.