mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
scheduler http tests
This commit is contained in:
@@ -53,6 +53,14 @@ class String {
|
||||
return 1;
|
||||
}
|
||||
|
||||
int len() const {
|
||||
return _str.size();
|
||||
}
|
||||
|
||||
bool startsWith(const char * prefix) const {
|
||||
return _str.find(prefix) == 0;
|
||||
}
|
||||
|
||||
private:
|
||||
std::string _str;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user