mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-28 05:01:28 +03:00
This commit is contained in:
@ -103,7 +103,7 @@ public:
|
||||
|
||||
const String& uri() const { return _currentUri; }
|
||||
HTTPMethod method() const { return _currentMethod; }
|
||||
ClientType client() { return _currentClient; }
|
||||
ClientType& client() { return _currentClient; }
|
||||
HTTPUpload& upload() { return *_currentUpload; }
|
||||
|
||||
// Allows setting server options (i.e. SSL keys) by the instantiator
|
||||
|
Reference in New Issue
Block a user