forked from khoih-prog/AsyncHTTPRequest_Generic
### Releases v1.0.0 1. Initial coding to add support to STM32F/L/H/G/WB/MP1 using built-in Ethernet (Nucleo-144, DISCOVERY, etc). 2. Add examples using STM32 boards.
13 lines
783 B
INI
13 lines
783 B
INI
name=AsyncHTTPRequest_Generic
|
|
version=1.0.0
|
|
author=Bob Lemaire,Khoi Hoang
|
|
maintainer=Khoi Hoang <khoih.prog@gmail.com>
|
|
license=MIT
|
|
sentence=Simple Async HTTP Request library, supporting GET and POST, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.
|
|
paragraph=This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, 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,ESP AsyncTCP,ESPAsync_WiFiManager,STM32duino LwIP,STM32duino STM32Ethernet,STM32 AsyncTCP
|
|
includes=AsyncHTTPRequest_Generic.h
|