SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
|
#include <sensesp/net/web/static_file_data.h>
Public Attributes | |
const char * | url |
const char * | content |
const unsigned int | content_length |
const char * | content_type |
const char * | content_encoding |
Definition at line 9 of file static_file_data.h.
const char* sensesp::StaticFileData::content |
Definition at line 11 of file static_file_data.h.
const char* sensesp::StaticFileData::content_encoding |
Definition at line 14 of file static_file_data.h.
const unsigned int sensesp::StaticFileData::content_length |
Definition at line 12 of file static_file_data.h.
const char* sensesp::StaticFileData::content_type |
Definition at line 13 of file static_file_data.h.
const char* sensesp::StaticFileData::url |
Definition at line 10 of file static_file_data.h.