/
SoRusV
/
esp32_https_server
Обзор
Документация
Войти
/
SoRusV
/
esp32_https_server
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
library.properties
10 строк
680 B
Frank Hessel
v1.0.0
09 апр 2020, 01:55
Не верифицирован
09 апр 2020, 01:55
5f71a93
Код
Авторство
О чём код?
name=ESP32_HTTPS_Server version=1.0.0 author=Frank Hessel <frank@fhessel.de> maintainer=Frank Hessel <frank@fhessel.de> sentence=Alternative ESP32 Webserver implementation for the ESP32, supporting HTTPS and HTTP. paragraph=The library provides TLS support and simultaneous connections. It can be used to run an HTTP or HTTPS server, or both in parallel. The server's resources are defined through handler and middleware functions, giving an easy start to everyone who has worked with frameworks like Express or Servlets before. category=Communication url=https://github.com/fhessel/esp32_https_server architectures=esp32 includes=HTTPSServer.hpp,HTTPRequest.hpp,HTTPResponse.hpp