AsyncHTTPSRequest_Generic Library for ESP32, WT32_ETH01

New important feature

Now you can send HTTP and HTTPS requests to multiple addresses and receive responses from them.


Releases v2.0.0

  1. Breaking change to permit coexisting with AsyncHTTPRequest library to send and receive both HTTP and HTTPS.
  2. 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

  1. Add example AsyncHTTPSRequest_ESP_Multi to demonstrate how to send requests to multiple addresses and receive responses from them.

Releases v1.4.0

  1. Add support to new ESP32-S3
  2. Add LittleFS support to ESP32-C3
  3. Use ESP32-core's LittleFS library instead of Lorol's LITTLEFS library for v2.0.0+
  4. Add complex example AsyncHTTPSRequest_ESP_WiFiManager

Releases v1.3.0

  1. Reduce the breaking effect of v1.2.0 by enabling compatibility with old code to include only AsyncHTTPSRequest_Generic.h
  2. Modify to be compatible with AsyncTCP_SSL releases v1.2.0
  3. Add example multiFileProject to demo for multiple-file project.

Releases v1.2.0

  1. Fix multiple-definitions linker error and weird bug related to src_cpp. Check Different behaviour using the src_cpp or src_h lib #80
  2. Optimize library code by using reference-passing instead of value-passing
  3. 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
  1. Auto detect ESP32 core to use for WT32_ETH01
  2. Fix bug in WT32_ETH01 examples to reduce connection time