1
0
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:
Chế Tiệp Chân Khoa 2019-11-09 14:55:18 +07:00 committed by david gauchard
parent b5f873ecc3
commit 6626b2fb07

View File

@ -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