Adding path arguments to WebServer (#1994)

This commit is contained in:
Bob
2018-11-19 17:00:52 +01:00
committed by Me No Dev
parent f9d1b24c01
commit 3902aa4019
5 changed files with 113 additions and 3 deletions

View File

@ -97,6 +97,7 @@ public:
virtual WiFiClient client() { return _currentClient; }
HTTPUpload& upload() { return *_currentUpload; }
String pathArg(unsigned int i); // get request path argument by number
String arg(String name); // get request argument value by name
String arg(int i); // get request argument value by number
String argName(int i); // get request argument name by number