mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
void onNotFound(bool(void)) handler routes and errors not in the defined handlers int args() returns nubmer of currentarguments String arg(int i) returns the "i" argument value String argName(int i) returns the "i" argument name(key) bool hasArg(const char * name) looks up if an argument exist by seraching for it's key