1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-28 05:01:28 +03:00

Allow control over HTTPClient authorization String allocation (#8225)

This commit is contained in:
Paulo Cabral Sanz
2021-09-04 14:17:00 -03:00
committed by GitHub
parent 65db3aec72
commit 058ce7c08e
2 changed files with 14 additions and 4 deletions

View File

@ -176,6 +176,7 @@ public:
void setUserAgent(const String& userAgent);
void setAuthorization(const char * user, const char * password);
void setAuthorization(const char * auth);
void setAuthorization(String auth);
void setTimeout(uint16_t timeout);
// Redirections