We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f873e commit 6626b2fCopy full SHA for 6626b2f
libraries/ESP8266WebServer/README.rst
@@ -96,7 +96,7 @@ Getting information about request arguments
96
int args();
97
bool hasArg();
98
99
-``arg`` - get request argument value
+``arg`` - get request argument value, use ``arg("plain")`` to get POST body
100
101
``argName`` - get request argument name
102
0 commit comments