ESP-IDF
esp_http_data_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_http_data_t
esp_http_data_t struct
private HTTP Data structure
Syntax
Show:
Summary
Declaration
from
esp_http_client.c:57
typedef
struct
{
http_header_handle_t
headers
;
esp_http_buffer_t
*
buffer
;
int
status_code
;
int64_t
content_length
;
int
chunk_length
;
int
data_offset
;
int64_t
data_process
;
int
method
;
bool
is_chunked
;
}
esp_http_data_t
;
Fields
Field
Declared as
Description
esp_http_data_t::headers
http_header_handle_t
http header.
esp_http_data_t::buffer
esp_http_buffer_t
*
data buffer as linked list.
esp_http_data_t::status_code
int
status code (integer).
esp_http_data_t::content_length
int64_t
data length.
esp_http_data_t::chunk_length
int
chunk length.
esp_http_data_t::data_offset
int
offset to http data (Skip header).
esp_http_data_t::data_process
int64_t
data processed.
esp_http_data_t::method
int
http method.
esp_http_data_t::is_chunked
bool
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out