New important feature
Now you can send HTTP and HTTPS requests to multiple addresses and receive responses from them.
Releases v2.0.0
- Breaking change to permit coexisting with AsyncHTTPRequest library to send and receive both HTTP and HTTPS.
- Add example AsyncHTTP_HTTPSRequest_ESP to demonstrate how to send HTTP and HTTPS requests to multiple addresses and receive responses from them.
Releases v1.4.1
- Add example AsyncHTTPSRequest_ESP_Multi to demonstrate how to send requests to multiple addresses and receive responses from them.
Releases v1.4.0
- Add support to new
ESP32-S3 - Add
LittleFSsupport toESP32-C3 - Use ESP32-core's LittleFS library instead of Lorol's LITTLEFS library for v2.0.0+
- Add complex example AsyncHTTPSRequest_ESP_WiFiManager
Releases v1.3.0
- Reduce the breaking effect of v1.2.0 by enabling compatibility with old code to include only
AsyncHTTPSRequest_Generic.h - Modify to be compatible with AsyncTCP_SSL releases v1.2.0
- Add example multiFileProject to demo for multiple-file project.
Releases v1.2.0
- Fix
multiple-definitionslinker error and weird bug related tosrc_cpp. Check Different behaviour using the src_cpp or src_h lib #80 - Optimize library code by using
reference-passinginstead ofvalue-passing - Update all examples
Releases v1.1.1
Warning: Releases v1.1.1+ can be used and autodetect ESP32 core v2.0.0+ or v1.0.6- for WT32_ETH01
- Auto detect ESP32 core to use for WT32_ETH01
- Fix bug in WT32_ETH01 examples to reduce connection time