ESP-IDF + 0/3 examples
SourceVu will show references to esp_http_client_event from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxExamplesReferencesInstances

Fields

Field
Declared as
Description
event_id, to know the cause of the event.
esp_http_client_handle_t context.
void *
data of the event.
int
data length of data.
void *
user_data context, from esp_http_client_config_t user_data.
char *
For HTTP_EVENT_ON_HEADER event_id, it's store current http header key.
char *
For HTTP_EVENT_ON_HEADER event_id, it's store current http header value.