Files
AsyncHTTPRequest_Generic/library.properties
T

13 lines
832 B
Properties
Raw Normal View History

2020-09-13 23:05:46 -04:00
name=AsyncHTTPRequest_Generic
2020-12-23 23:35:07 -05:00
version=1.1.1
2020-11-09 03:59:44 -05:00
author=Bob Lemaire,Khoi Hoang <khoih.prog@gmail.com>
2020-09-13 23:05:46 -04:00
maintainer=Khoi Hoang <khoih.prog@gmail.com>
license=MIT
2020-12-23 17:35:01 -05:00
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, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.
2020-09-13 23:05:46 -04:00
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