1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-05 13:16:13 +03:00

Made ESP8266WebServer::client() return a reference (fixes #7075) (#7080)

This commit is contained in:
Benoît Blanchon
2020-07-17 02:13:29 +02:00
committed by GitHub
parent 3c1bd65a76
commit c18f7cb1e6
2 changed files with 2 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ Other Function Calls
const String & uri(); // get the current uri
HTTPMethod method(); // get the current method
WiFiClient client(); // get the current client
WiFiClient & client(); // get the current client
HTTPUpload & upload(); // get the current upload
void setContentLength(); // set content length
void sendHeader(); // send HTTP header