Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass / retrieve data with GET requests #767

Closed
DominicMe opened this issue Sep 11, 2016 · 1 comment
Closed

Pass / retrieve data with GET requests #767

DominicMe opened this issue Sep 11, 2016 · 1 comment

Comments

@DominicMe
Copy link

I can use the following code to execute a function when a specified URL is requested but unless I use a POST request I see no way to execute the function on variable GET URL's.

server.addPath("/ajax", onAjax);

Is it possible to pass variables with a GET request? Perhaps there is a wildcard that would allow specifying of variable URL's?

@slaff
Copy link
Contributor

slaff commented May 4, 2017

With the latest Http refactoring (#1112) that issue shouldn't be relevant any longer.

@slaff slaff closed this as completed May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants