Skip to content

Commit 6626b2f

Browse files
voanhcuocd-a-v
authored andcommitted
add docs: how to get POST body in ESP8266WebSever (#6736)
1 parent b5f873e commit 6626b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WebServer/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Getting information about request arguments
9696
int args();
9797
bool hasArg();
9898
99-
``arg`` - get request argument value
99+
``arg`` - get request argument value, use ``arg("plain")`` to get POST body
100100

101101
``argName`` - get request argument name
102102

0 commit comments

Comments
 (0)