mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-15 23:26:39 +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.