22#ifndef DETERMINISTICESPASYNCWEBSERVER_H2_SERVER_H
23#define DETERMINISTICESPASYNCWEBSERVER_H2_SERVER_H
27#if DETWS_ENABLE_HTTP2 && DETWS_ENABLE_TLS
33void h2_server_open(uint8_t slot);
36void h2_server_data(uint8_t slot);
42bool h2_server_respond(uint8_t slot,
int code,
const char *content_type,
const char *body,
size_t len);
45void h2_server_close(uint8_t slot);
User-facing configuration for DeterministicESPAsyncWebServer.