AsyncHTTPRequest Generic Versions Save

Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2, ESP32_S3 and ESP32_C3), WT32_ETH01 (ESP32 + LAN8720), ESP8266 (WiFi or W5x00) and currently STM32 with built-in LAN8742A Ethernet.

v1.13.0

1 year ago

Releases v1.13.0

  1. Add support to ESP32 boards using LwIP W6100 Ethernet
  2. Fix bug of _parseURL(). Check Bug with _parseURL() #21
  3. Improve README.md so that links can be used in other sites, such as PIO

v1.12.0

1 year ago

Releases v1.12.0

  1. Add support to ESP32 boards using LwIP W5500 Ethernet
  2. Fix bug. Check Fix "blank new line in chunk" bug #50

v1.11.0

1 year ago

Releases v1.11.0

  1. Add support to ESP32 boards using LwIP ENC28J60 Ethernet
  2. Use allman astyle and add utils. Restyle the library

v1.10.2

1 year ago

Releases v1.10.2

  1. Default to reconnect to the same host:port after connected for new HTTP sites to avoid error with some WebServer. Check Host/Headers not always sent with 1.10.1 #44
  2. Use allman astyle with utils
  3. Update Packages' Patches

v1.10.1

1 year ago

Releases v1.10.1

  1. Fix bug of wrong reqStates. Check Release 1.9 breakes previously running code #39 and Callback behaviour is buggy (ESP8266) #43
  2. Optional larger DEFAULT_RX_TIMEOUT from default 3s, for slower networks

v1.10.0

1 year ago

Releases v1.10.0

  1. Fix bug.
  2. Clean up

v1.9.2

1 year ago

Releases v1.9.2

  1. Not try to reconnect to the same host:port after connected. Check setReuse feature #12
  2. Update Packages' Patches

v1.9.1

1 year ago

Releases v1.9.1

  1. Fix ESP32 chipID for example AsyncHTTPRequest_ESP_WiFiManager
  2. Remove dependency on LittleFS_esp32 library to prevent PIO error when using new ESP32 core v1.0.6+

v1.9.0

1 year ago

Releases v1.9.0

  1. Fix long timeout if using IPAddress. Check setTimeout() hasn't any effect #38
  2. Optimize code
  3. Display only successful responseText in examples
  4. Improve debug messages by adding functions to display error messages instead of cryptic error number
  5. Remove support to STM32 using LAN8720 due to problem with new STM32 core v2.3.0
  6. Update Packages' Patches

v1.8.2

1 year ago

Releases v1.8.2

  1. Fix library.properties to remove unavailable items from depends. Check Remove unavailable items from depends field of library.properties #35
  2. Remove lorol's LittleFS_esp32 library dependency as LittleFS has been included in new ESP32 cores v1.0.6+
  3. Fix compile error for AsyncHTTPRequest_ESP_WiFiManager example
  4. Update Packages' Patches