Loading [MathJax]/extensions/tex2jax.js
SensESP
3.1.0
Universal Signal K sensor toolkit ESP32
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
m
n
o
s
u
v
w
Functions
a
b
c
e
f
g
h
m
o
s
u
Variables
Typedefs
a
b
d
f
i
n
s
v
w
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Typedefs
Related Symbols
Files
File List
File Members
All
b
d
g
h
k
l
m
p
r
s
w
Functions
Variables
Macros
▼
SensESP
►
Namespaces
►
Classes
▼
Files
▼
File List
▼
src
▼
sensesp
►
controllers
▼
net
▼
web
►
autogen
►
app_command_handler.cpp
►
app_command_handler.h
►
base_command_handler.cpp
►
base_command_handler.h
►
config_handler.cpp
►
config_handler.h
►
css_bootstrap.h
►
index.h
►
js_jsoneditor.h
►
js_sensesp.h
►
static_file_data.h
►
static_file_handler.cpp
►
static_file_handler.h
discovery.cpp
►
discovery.h
►
http_authenticator.cpp
►
http_authenticator.h
►
http_server.cpp
►
http_server.h
►
networking.cpp
►
networking.h
ota.cpp
►
ota.h
►
wifi_state.h
►
sensors
►
signalk
►
system
►
transforms
►
types
►
ui
►
sensesp_version.h
►
main.cpp
►
sensesp.cpp
►
sensesp.h
►
sensesp_app.cpp
►
sensesp_app.h
►
sensesp_app_builder.h
sensesp_base_app.cpp
►
sensesp_base_app.h
►
sensesp_base_app_builder.h
►
sensesp_minimal_app.h
►
sensesp_minimal_app_builder.h
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
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"
7
#include "
sensesp/net/http_server.h
"
8
#include "
static_file_data.h
"
9
10
namespace
sensesp
{
11
16
void
add_static_file_handlers
(std::shared_ptr<HTTPServer> server);
17
18
}
// namespace sensesp
19
20
#endif
// SENSESP_NET_HTTP_STATIC_PAGE_HANDLER_H_
http_server.h
sensesp
Definition
sensesp.cpp:7
sensesp::add_static_file_handlers
void add_static_file_handlers(std::shared_ptr< HTTPServer > server)
Provide handlers for static web content.
Definition
static_file_handler.cpp:7
static_file_data.h
src
sensesp
net
web
static_file_handler.h
Generated by
1.12.0