You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,10 +172,10 @@ This library is based on, modified from:
172
172
173
173
1.[`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](https://github.com/arduino/Arduino/releases/latest)
3.[`AsyncTCP_SSL v1.2.0+`](https://github.com/khoih-prog/AsyncTCP_SSL) for ESP32. [](https://github.com/khoih-prog/AsyncTCP_SSL/releases)
175
+
3.[`AsyncTCP_SSL v1.3.0+`](https://github.com/khoih-prog/AsyncTCP_SSL) for ESP32. [](https://github.com/khoih-prog/AsyncTCP_SSL/releases)
176
176
4.[`WebServer_WT32_ETH01 v1.5.0+`](https://github.com/khoih-prog/WebServer_WT32_ETH01) for ESP32-based WT32_ETH01 using **either ESP32 core v2.0.0+ or v1.0.6-**. [](https://github.com/khoih-prog/WebServer_WT32_ETH01/releases)
177
-
5.[`ESPAsync_WiFiManager library v1.13.0+`](https://github.com/khoih-prog/ESPAsync_WiFiManager) for ESP32/ESP8266 using some examples. [](https://github.com/khoih-prog/ESPAsync_WiFiManager/releases)
178
-
6.[`AsyncHTTPRequest_Generic library v1.9.0+`](https://github.com/khoih-prog/AsyncHTTPRequest_Generic) for ESP32/ESP8266 using with [AsyncHTTP_HTTPSRequest_ESP example](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/tree/main/examples/AsyncHTTP_HTTPSRequest_ESP). [](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/releases)
177
+
5.[`ESPAsync_WiFiManager library v1.14.0+`](https://github.com/khoih-prog/ESPAsync_WiFiManager) for ESP32/ESP8266 using some examples. [](https://github.com/khoih-prog/ESPAsync_WiFiManager/releases)
178
+
6.[`AsyncHTTPRequest_Generic library v1.9.1+`](https://github.com/khoih-prog/AsyncHTTPRequest_Generic) for ESP32/ESP8266 using with [AsyncHTTP_HTTPSRequest_ESP example](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/tree/main/examples/AsyncHTTP_HTTPSRequest_ESP). [](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/releases)
179
179
180
180
---
181
181
---
@@ -348,8 +348,8 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_ESP](exa
348
348
349
349
```
350
350
21:38:45.215 -> Starting AsyncHTTPSRequest_ESP using ESP32_DEV
351
-
21:38:45.215 -> AsyncTCP_SSL v1.2.0
352
-
21:38:45.215 -> AsyncHTTPSRequest_Generic v2.1.0
351
+
21:38:45.215 -> AsyncTCP_SSL v1.3.0
352
+
21:38:45.215 -> AsyncHTTPSRequest_Generic v2.1.1
353
353
21:38:45.348 -> Connecting to WiFi SSID: HueNet1
354
354
21:38:45.844 -> ....
355
355
21:38:47.335 -> AsyncHTTPSRequest @ IP : 192.168.2.186
@@ -404,8 +404,8 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_ESP](exa
404
404
405
405
```
406
406
Starting AsyncHTTPSRequest_ESP using ESP32S2_DEV
407
-
AsyncTCP_SSL v1.2.0
408
-
AsyncHTTPSRequest_Generic v2.1.0
407
+
AsyncTCP_SSL v1.3.0
408
+
AsyncHTTPSRequest_Generic v2.1.1
409
409
Connecting to WiFi SSID: HueNet1
410
410
.......
411
411
AsyncHTTPSRequest @ IP : 192.168.2.79
@@ -478,8 +478,8 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_ESP](exa
478
478
479
479
```
480
480
Starting AsyncHTTPSRequest_ESP using ESP32C3_DEV
481
-
AsyncTCP_SSL v1.2.0
482
-
AsyncHTTPSRequest_Generic v2.1.0
481
+
AsyncTCP_SSL v1.3.0
482
+
AsyncHTTPSRequest_Generic v2.1.1
483
483
Connecting to WiFi SSID: HueNet1
484
484
.........
485
485
AsyncHTTPSRequest @ IP : 192.168.2.80
@@ -528,9 +528,9 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_ESP_WiFi
528
528
529
529
```
530
530
Starting AsyncHTTPSRequest_ESP_WiFiManager using LittleFS on ESP32_DEV
531
-
ESPAsync_WiFiManager v1.13.0
532
-
AsyncTCP_SSL v1.2.0
533
-
AsyncHTTPSRequest_Generic v2.1.0
531
+
ESPAsync_WiFiManager v1.14.0
532
+
AsyncTCP_SSL v1.3.0
533
+
AsyncHTTPSRequest_Generic v2.1.1
534
534
Stored: SSID = HueNet1, Pass = 12345678
535
535
Got stored Credentials. Timeout 120s
536
536
ConnectMultiWiFi in setup
@@ -565,8 +565,8 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_WT32_ETH
565
565
```
566
566
Starting AsyncHTTPSRequest_WT32_ETH01 using ESP32_DEV with ETH_PHY_LAN8720
567
567
WebServer_WT32_ETH01 v1.5.0 for core v2.0.0+
568
-
AsyncTCP_SSL v1.2.0
569
-
AsyncHTTPSRequest_Generic v2.1.0
568
+
AsyncTCP_SSL v1.3.0
569
+
AsyncHTTPSRequest_Generic v2.1.1
570
570
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.82, FULL_DUPLEX, 100Mbps
571
571
572
572
HTTP WebClient is @ IP : 192.168.2.82
@@ -599,8 +599,8 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_WT32_ETH
599
599
```
600
600
Starting AsyncHTTPSRequest_WT32_ETH01 using ESP32_DEV with ETH_PHY_LAN8720
601
601
WebServer_WT32_ETH01 v1.5.0 for core v1.0.6-
602
-
AsyncTCP_SSL v1.2.0
603
-
AsyncHTTPSRequest_Generic v2.1.0
602
+
AsyncTCP_SSL v1.3.0
603
+
AsyncHTTPSRequest_Generic v2.1.1
604
604
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232, FULL_DUPLEX, 100Mbps
605
605
606
606
HTTP WebClient is @ IP : 192.168.2.232
@@ -632,8 +632,8 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_ESP_WiFi
632
632
633
633
```
634
634
Starting AsyncHTTPSRequest_ESP_WiFiManager using LittleFS on ESP32C3_DEV
635
-
ESPAsync_WiFiManager v1.13.0
636
-
AsyncHTTPSRequest_Generic v2.1.0
635
+
ESPAsync_WiFiManager v1.14.0
636
+
AsyncHTTPSRequest_Generic v2.1.1
637
637
Stored: SSID = HueNet1, Pass = password
638
638
Got stored Credentials. Timeout 120s
639
639
ConnectMultiWiFi in setup
@@ -686,8 +686,8 @@ Following is the debug terminal when running example [AsyncHTTPSRequest_ESP_WiFi
686
686
687
687
```
688
688
Starting AsyncHTTPSRequest_ESP_WiFiManager using LittleFS on ESP32S3_DEV
689
-
ESPAsync_WiFiManager v1.13.0
690
-
AsyncHTTPSRequest_Generic v2.1.0
689
+
ESPAsync_WiFiManager v1.14.0
690
+
AsyncHTTPSRequest_Generic v2.1.1
691
691
Stored: SSID = HueNet1, Pass = password
692
692
Got stored Credentials. Timeout 120s
693
693
ConnectMultiWiFi in setup
@@ -722,8 +722,8 @@ The terminal output of [AsyncHTTPSRequest_ESP_Multi example](examples/AsyncHTTPS
722
722
723
723
```
724
724
Starting AsyncHTTPSRequest_ESP_Multi on ESP32_DEV
725
-
AsyncTCP_SSL v1.2.0
726
-
AsyncHTTPSRequest_Generic v2.1.0
725
+
AsyncTCP_SSL v1.3.0
726
+
AsyncHTTPSRequest_Generic v2.1.1
727
727
Connecting to WiFi SSID: HueNet1
728
728
...
729
729
AsyncHTTPSRequest @ IP : 192.168.2.186
@@ -796,9 +796,9 @@ The terminal output of [AsyncHTTP_HTTPSRequest_ESP example](examples/AsyncHTTP_H
796
796
797
797
```
798
798
21:49:19.090 -> Starting AsyncHTTP_HTTPSRequest_ESP on ESP32_DEV
799
-
21:49:19.090 -> AsyncTCP_SSL v1.2.0
800
-
21:49:19.090 -> AsyncHTTPSRequest_Generic v2.1.0
801
-
21:49:19.090 -> AsyncHTTPRequest_Generic v1.9.0
799
+
21:49:19.090 -> AsyncTCP_SSL v1.3.0
800
+
21:49:19.090 -> AsyncHTTPSRequest_Generic v2.1.1
801
+
21:49:19.090 -> AsyncHTTPRequest_Generic v1.9.1
802
802
21:49:19.190 -> Connecting to WiFi SSID: HueNet1
803
803
21:49:19.686 -> ...
804
804
21:49:20.713 -> AsyncHTTPSRequest @ IP : 192.168.2.186
@@ -961,7 +961,7 @@ Submit issues to: [AsyncHTTPSRequest_Generic issues](https://github.com/khoih-pr
961
961
15. Fix long timeout if using bad or unreachable `IPAddress`
962
962
16. Display only successful `responseText` in examples
963
963
17. Improve debug messages by adding functions to display `error messages` instead of `cryptic error number`
964
-
964
+
18. Fix ESP32 chipID for example`AsyncHTTPSRequest_ESP_WiFiManager`
Copy file name to clipboardExpand all lines: library.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name":"AsyncHTTPSRequest_Generic",
3
-
"version": "2.1.0",
3
+
"version": "2.1.1",
4
4
"description":"Simple Async HTTPS Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_SSL library for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720). Supporting in the future for RP2040W, ESP8266, Portenta_H7, STM32 with built-in LAN8742A Ethernet, etc. Now you can send HTTP / HTTPS requests to multiple addresses and receive responses from them.",
0 commit comments