mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-20 01:18:52 +00:00
Data send from the client with GET parameters are serialized in the request body's `params` property. As express doesn't seem to parse those, we have to do it manually to perform object property traversals.