mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
add docs: how to get POST body in ESP8266WebSever (#6736)
This commit is contained in:
parent
b5f873ecc3
commit
6626b2fb07
@ -96,7 +96,7 @@ Getting information about request arguments
|
||||
int args();
|
||||
bool hasArg();
|
||||
|
||||
``arg`` - get request argument value
|
||||
``arg`` - get request argument value, use ``arg("plain")`` to get POST body
|
||||
|
||||
``argName`` - get request argument name
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user