forked from khoih-prog/AsyncHTTPRequest_Generic
13 lines
584 B
INI
13 lines
584 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, etc.. for ESP32, ESP8266
|
|
paragraph=This AsyncHTTPRequest_Generic Library, supporting GET and POST, for ESP32, ESP8266.
|
|
category=Communication,AsyncTCP,AsyncHTTP
|
|
url=https://github.com/khoih-prog/AsyncHTTPRequest_Generic
|
|
architectures=*
|
|
depends=AsyncTCP,ESP AsyncTCP,ESPAsync_WiFiManager
|
|
includes=AsyncHTTPRequest_Generic.h
|