I am using ESP8266WiFi library for a NodeMCU project where the user has to fill a form and submit the data through GET. Now I want to read the Arguments such as 192.168.1.1/submit?Name=john All I need is to get the arguments after 192.168.1.1?
what method of ESP8266Wifi library would return these arguments?