![]() |
cueOS
2.4
cueOS - Universal Show Control OS for ARM
|
HTTP response structure object. More...
#include <http_response.h>
Data Fields | |
char * | data_ptr |
uint32_t | data_ptr_index |
uint32_t | data_len |
uint8_t | is_static |
HTTP response structure object.
Definition at line 35 of file http_response.h.
uint32_t data_len |
Length of TX data
Definition at line 38 of file http_response.h.
char* data_ptr |
Pointer to TX data
Definition at line 36 of file http_response.h.
uint32_t data_ptr_index |
Current index of TX data
Definition at line 37 of file http_response.h.
uint8_t is_static |
Do we need to deallocate data ?
Definition at line 39 of file http_response.h.