Edit Page
req.query
A dictionary containing the parsed query-string, defaulting to {}
.
Usage
req.query;
Example
If the request is GET /search?q=mudslide
:
req.query.q
// -> "mudslide"
Is something missing?
If you notice something we've missed or could be improved on, please follow this link and submit a pull request to the sails-docs repo. Once we merge it, the changes will be reflected on the website the next time it is deployed.