Hello,
I am using the HTTPServer library to create a web server.
I need to get a list of the parameters submitted in the HandleRequest method, but the only parameter access seems to be by GetParameter() which requires me knowing the parameter field names before hand.
So, is there a way to get a list of the parameters, or raw access to the query string please?
Kevin
I am using the HTTPServer library to create a web server.
I need to get a list of the parameters submitted in the HandleRequest method, but the only parameter access seems to be by GetParameter() which requires me knowing the parameter field names before hand.
So, is there a way to get a list of the parameters, or raw access to the query string please?
Kevin