Parse the query and return the key value pairs in the form of an HashMap ``` use octane::prelude::*; let mut app = Octane::new(); app.get("/", route_next!(|req, res| { let parsed_query = req.get_query(); let value = parsed_query.get("value"); })); ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected