ESP-IDF + 0/5 examples
SourceVu will show references to esp_http_client_fetch_headers() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

- (0) if stream doesn't contain content-length header, or chunked encoding (checked by `esp_http_client_is_chunked` response) - (-1: ESP_FAIL) if any errors - (-ESP_ERR_HTTP_EAGAIN = -0x7007) if call is timed-out before any data was ready - Download data length defined by content-length header

References

from examples