SensESP 2.7.2
Universal Signal K sensor toolkit ESP32
Loading...
Searching...
No Matches
http_server.h
Go to the documentation of this file.
1#ifndef _http_H_
2#define _http_H_
3
4#include <ESPAsyncWebServer.h>
5
6#include <functional>
7
8#include "ArduinoJson.h"
11
12namespace sensesp {
13
39
40} // namespace sensesp
41
42#endif
Handles external interactions with the device via the web interface.
Definition http_server.h:17
void handle_info(AsyncWebServerRequest *request)
void handle_device_reset(AsyncWebServerRequest *request)
void handle_static_reponse(AsyncWebServerRequest *request, const uint8_t *content, uint32_t size)
void add_sorted_configurables(JsonArray &config)
void handle_command(AsyncWebServerRequest *request)
void handle_device_restart(AsyncWebServerRequest *request)
void handle_config(AsyncWebServerRequest *request)
void handle_not_found(AsyncWebServerRequest *request)
virtual void start() override
Construct a new transform based on a single function.
Automatic calling of the start() method at startup.
Definition startable.h:20