http_utils_str_starts_with() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

- (-1) if length of ``start`` larger than length of ``str`` - (1) if ``start`` NOT starts with ``start`` - (0) if ``str`` starts with ``start``

References

from examples