SensESP 3.0.0-beta.6
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
sensesp::StaticFileData Struct Reference

#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
 

Detailed Description

Definition at line 9 of file static_file_data.h.

Member Data Documentation

◆ content

const char* sensesp::StaticFileData::content

Definition at line 11 of file static_file_data.h.

◆ content_encoding

const char* sensesp::StaticFileData::content_encoding

Definition at line 14 of file static_file_data.h.

◆ content_length

const unsigned int sensesp::StaticFileData::content_length

Definition at line 12 of file static_file_data.h.

◆ content_type

const char* sensesp::StaticFileData::content_type

Definition at line 13 of file static_file_data.h.

◆ url

const char* sensesp::StaticFileData::url

Definition at line 10 of file static_file_data.h.


The documentation for this struct was generated from the following file: