SensESP 3.0.1
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
static_file_handler.h
Go to the documentation of this file.
1#ifndef SENSESP_NET_HTTP_STATIC_FILE_HANDLER_H_
2#define SENSESP_NET_HTTP_STATIC_FILE_HANDLER_H_
3
4#include <esp_http_server.h>
5
6#include "ArduinoJson.h"
8#include "static_file_data.h"
9
10namespace sensesp {
11
16void add_static_file_handlers(std::shared_ptr<HTTPServer> server);
17
18} // namespace sensesp
19
20#endif // SENSESP_NET_HTTP_STATIC_PAGE_HANDLER_H_
void add_static_file_handlers(std::shared_ptr< HTTPServer > server)
Provide handlers for static web content.