RestServer
RestServer copied to clipboard
Some new features added
I've added some methods to be able to automatically process arguments passed as URL queries which are essential in complex REST APIs
There are some interesting changes here, but I'll need to do some testing/refactoring to be able to merge this in. First of all, the tabs-vs-spaces indentation issue caused the entire RestServer file to conflict - something that will need to be redone in order to merge properly. Secondly, I have a feature that I had been working on that used this parameter as well, so I'll need to think about what to do on that one.