esp_http_buffer_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
char *
The HTTP data received from the server.
int
The HTTP data len received from the server.
char *
The HTTP data after decoding.
char *
The Original pointer to HTTP data after decoding.
int
The HTTP data len after decoding.
char *
The destination address of the data to be copied to after decoding.

References

from examples