mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-08-16 11:00:59 +02:00
Fix typo
This commit is contained in:
@@ -24,7 +24,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo
|
|||||||
- [#13](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/13) ([@tueddy](https://github.com/tueddy)): Compile with Arduino 3 (ESP-IDF 5.1)
|
- [#13](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/13) ([@tueddy](https://github.com/tueddy)): Compile with Arduino 3 (ESP-IDF 5.1)
|
||||||
- [#14](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/14) ([@nilo85](https://github.com/nilo85)): Add support for Auth & GET requests in AsyncCallbackJsonWebHandler
|
- [#14](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/14) ([@nilo85](https://github.com/nilo85)): Add support for Auth & GET requests in AsyncCallbackJsonWebHandler
|
||||||
- Added `setAuthentication(const String& username, const String& password)`
|
- Added `setAuthentication(const String& username, const String& password)`
|
||||||
- Added `StreamConcat` example to shoiw how to stream multiple files in one response
|
- Added `StreamConcat` example to show how to stream multiple files in one response
|
||||||
- Remove filename after inline in Content-Disposition header according to RFC2183
|
- Remove filename after inline in Content-Disposition header according to RFC2183
|
||||||
- Depends on `mathieucarbou/Async TCP @ ^3.1.4`
|
- Depends on `mathieucarbou/Async TCP @ ^3.1.4`
|
||||||
- Arduino 3 / ESP-IDF 5.1 compatibility
|
- Arduino 3 / ESP-IDF 5.1 compatibility
|
||||||
|
@@ -24,7 +24,7 @@ This fork is based on [yubox-node-org/ESPAsyncWebServer](https://github.com/yubo
|
|||||||
- [#13](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/13) ([@tueddy](https://github.com/tueddy)): Compile with Arduino 3 (ESP-IDF 5.1)
|
- [#13](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/13) ([@tueddy](https://github.com/tueddy)): Compile with Arduino 3 (ESP-IDF 5.1)
|
||||||
- [#14](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/14) ([@nilo85](https://github.com/nilo85)): Add support for Auth & GET requests in AsyncCallbackJsonWebHandler
|
- [#14](https://github.com/mathieucarbou/ESPAsyncWebServer/pull/14) ([@nilo85](https://github.com/nilo85)): Add support for Auth & GET requests in AsyncCallbackJsonWebHandler
|
||||||
- Added `setAuthentication(const String& username, const String& password)`
|
- Added `setAuthentication(const String& username, const String& password)`
|
||||||
- Added `StreamConcat` example to shoiw how to stream multiple files in one response
|
- Added `StreamConcat` example to show how to stream multiple files in one response
|
||||||
- Remove filename after inline in Content-Disposition header according to RFC2183
|
- Remove filename after inline in Content-Disposition header according to RFC2183
|
||||||
- Depends on `mathieucarbou/Async TCP @ ^3.1.4`
|
- Depends on `mathieucarbou/Async TCP @ ^3.1.4`
|
||||||
- Arduino 3 / ESP-IDF 5.1 compatibility
|
- Arduino 3 / ESP-IDF 5.1 compatibility
|
||||||
|
Reference in New Issue
Block a user