forked from khoih-prog/AsyncHTTPRequest_Generic
### Releases v1.1.5 1. Fix dependency on unpublished [**STM32AsyncTCP Library**](https://github.com/philbowles/STM32AsyncTCP). Check [Compilation broken due to error in STM32AsyncTCP dependency](https://github.com/khoih-prog/AsyncWebServer_STM32/issues/4) and [how to run one of the examples?](https://github.com/khoih-prog/AsyncWebServer_STM32/issues/2).
13 lines
884 B
INI
13 lines
884 B
INI
name=AsyncHTTPRequest_Generic
|
|
version=1.1.5
|
|
author=Bob Lemaire,Khoi Hoang <khoih.prog@gmail.com>
|
|
maintainer=Khoi Hoang <khoih.prog@gmail.com>
|
|
license=MIT
|
|
sentence=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), ESP8266 and currently STM32 with built-in LAN8742A Ethernet.
|
|
paragraph=This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, for ESP32 (including ESP32-S2), ESP8266 and STM32 with built-in LAN8742A Ethernet, such as Nucleo-144 F767ZI, etc.
|
|
category=Communication,AsyncTCP,AsyncHTTP
|
|
url=https://github.com/khoih-prog/AsyncHTTPRequest_Generic
|
|
architectures=*
|
|
depends=AsyncTCP,ESPAsyncTCP,ESPAsync_WiFiManager,STM32duino LwIP,STM32duino STM32Ethernet
|
|
includes=AsyncHTTPRequest_Generic.h
|