[WebServerDAT] Parse URL-Parameter

It would be nice if the WebServerDAT would automaticly parse given URL-Parameter and append them directly to the request dict.
So localhost:9234/index.html?a=something&b=23
becomes:
request[‘uri’]= index.html
request[‘par’][‘a’] = “something”
request[‘par’][‘b’] = 23

2 Likes

Thank you for the suggestion. This will be in the next experimental release, 2019.33500+.