Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Add method to build path variable #4

Open
heitortsergent opened this issue Aug 1, 2017 · 0 comments
Open

Add method to build path variable #4

heitortsergent opened this issue Aug 1, 2017 · 0 comments

Comments

@heitortsergent
Copy link
Contributor

heitortsergent commented Aug 1, 2017

Suggested on #3. Relevant code snippet:

var path = '/?';
for (var key in request.params) {
    path += request.params[key].name + "=" + request.params[key].value + "&"; // Notice that there is currently no support for array values
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant