From 67ca4bdd39b7d2d3bcdb20fd14b1393b1bb0bb11 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Fri, 31 May 2024 23:48:12 +0200 Subject: [PATCH] doc update --- README.md | 1 + docs/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 97abd49..26f1f73 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo - Remove filename after inline in Content-Disposition header according to RFC2183 - Depends on `mathieucarbou/Async TCP @ ^3.1.4` - Arduino 3 / ESP-IDF 5.1 compatibility +- Added all flavors of `binary()`, `text()`, `binaryAll()` and `textAll()` in `AsyncWebSocket` ## Documentation diff --git a/docs/index.md b/docs/index.md index 97abd49..26f1f73 100644 --- a/docs/index.md +++ b/docs/index.md @@ -28,6 +28,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo - Remove filename after inline in Content-Disposition header according to RFC2183 - Depends on `mathieucarbou/Async TCP @ ^3.1.4` - Arduino 3 / ESP-IDF 5.1 compatibility +- Added all flavors of `binary()`, `text()`, `binaryAll()` and `textAll()` in `AsyncWebSocket` ## Documentation