8000 Update library metadata · MauAbata/esp32_https_server@a134858 · GitHub
[go: up one dir, main page]

Skip to content

Commit a134858

Browse files
committed
Update library metadata
1 parent 9a3564b commit a134858

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esp32_https_server",
33
"keywords": "communication, esp32, http, https, server, ssl, tls, webserver, websockets",
4-
"description": "An Arduino library for an ESP32 HTTP/HTTPS web server implementation",
4+
"description": "Alternative ESP32 Webserver implementation for the ESP32, supporting HTTPS and HTTP. 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.",
55
"repository":
66
{
77
"type": "git",

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=ESP32 HTTP(S) Webserver
1+
name=ESP32_HTTPS_Server
22
version=0.3.0
33
author=Frank Hessel <frank@fhessel.de>
44
maintainer=Frank Hessel <frank@fhessel.de>
5-
sentence=An Arduino library for an ESP32 HTTP(S) server implementation.
6-
paragraph=The library allows to define handler functions for specific request URLs, provides some help with the HTTP protocol. It can handle unencrypted HTTP traffic as well.
5+
sentence=Alternative ESP32 Webserver implementation for the ESP32, supporting HTTPS and HTTP.
6+
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.
77
category=Communication
88
url=https://github.com/fhessel/esp32_https_server
99
architectures=esp32

0 commit comments

Comments
 (0)
0