This commit is contained in:
Mathieu Carbou
2024-09-07 20:50:36 +02:00
parent 0c5e8dab3a
commit e45082fe86
2 changed files with 4 additions and 0 deletions

View File

@@ -45,7 +45,9 @@ Dependency:
- Deployed in PlatformIO registry and Arduino IDE library manager - Deployed in PlatformIO registry and Arduino IDE library manager
- ESP32 / ESP8266 / RP2040 support - ESP32 / ESP8266 / RP2040 support
- Lot of code cleanup and optimizations - Lot of code cleanup and optimizations
- MessagePack support
- Performance improvements in terms of memory, speed and size - 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 overriding default response headers
- Support resumable downloads using HEAD and bytes range - Support resumable downloads using HEAD and bytes range

View File

@@ -45,7 +45,9 @@ Dependency:
- Deployed in PlatformIO registry and Arduino IDE library manager - Deployed in PlatformIO registry and Arduino IDE library manager
- ESP32 / ESP8266 / RP2040 support - ESP32 / ESP8266 / RP2040 support
- Lot of code cleanup and optimizations - Lot of code cleanup and optimizations
- MessagePack support
- Performance improvements in terms of memory, speed and size - 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 overriding default response headers
- Support resumable downloads using HEAD and bytes range - Support resumable downloads using HEAD and bytes range