From e45082fe86a671e6b43ee83559c2d67bdcd81865 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Sat, 7 Sep 2024 20:50:36 +0200 Subject: [PATCH] doc --- README.md | 2 ++ docs/index.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 502a84f..55292c8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,9 @@ Dependency: - Deployed in PlatformIO registry and Arduino IDE library manager - ESP32 / ESP8266 / RP2040 support - Lot of code cleanup and optimizations +- MessagePack support - Performance improvements in terms of memory, speed and size +- Removed ESPIDF Editor (this is not the role of a web server library to do that - get the source files from the original repos if required) - Support overriding default response headers - Support resumable downloads using HEAD and bytes range diff --git a/docs/index.md b/docs/index.md index 502a84f..55292c8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -45,7 +45,9 @@ Dependency: - Deployed in PlatformIO registry and Arduino IDE library manager - ESP32 / ESP8266 / RP2040 support - Lot of code cleanup and optimizations +- MessagePack support - Performance improvements in terms of memory, speed and size +- Removed ESPIDF Editor (this is not the role of a web server library to do that - get the source files from the original repos if required) - Support overriding default response headers - Support resumable downloads using HEAD and bytes range