SensESP 3.0.0-beta.6
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
static_file_data.h
Go to the documentation of this file.
1#ifndef SENSESP_NET_WEB_STATIC_FILE_DATA_H
2#define SENSESP_NET_WEB_STATIC_FILE_DATA_H
3
4namespace sensesp {
5
6const char kContentType[] = "Content-Type";
7const char kContentEncoding[] = "Content-Encoding";
8
10 const char* url;
11 const char* content;
12 const unsigned int content_length;
13 const char* content_type;
14 const char* content_encoding;
15};
16
17} // namespace sensesp
18
19#endif // SENSESP_NET_WEB_STATIC_PAGE_DATA_H
const char kContentEncoding[]
const char kContentType[]
const unsigned int content_length