2020-09-13 23:05:46 -04:00
{
"name" : "AsyncHTTPRequest_Generic" ,
2020-10-09 16:06:03 -04:00
"version" : "1.0.1" ,
2020-09-13 23:05:46 -04:00
"description" : "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." ,
2020-10-01 15:46:43 -04:00
"keywords" : "async,tcp,http,ESP8266,ESP32,ESPAsyncTCP,AsyncTCP,stm32,ethernet,wifi,lan8742a" ,
2020-09-13 23:05:46 -04:00
"authors" : [
{
"name" : "Bob Lemaire" ,
2020-09-16 11:15:57 -04:00
"url" : "https://github.com/boblemaire"
} ,
2020-09-13 23:05:46 -04:00
{
"name" : "Khoi Hoang" ,
"url" : "https://github.com/khoih-prog" ,
"email" : "khoih.prog@gmail.com" ,
2020-09-16 11:15:57 -04:00
"maintainer" : true
2020-09-13 23:05:46 -04:00
}
] ,
"repository" :
{
"type" : "git" ,
"url" : "https://github.com/khoih-prog/AsyncHTTPRequest_Generic"
} ,
"license" : "MIT" ,
"frameworks" : "arduino" ,
"platforms" : [ "*" ] ,
"dependencies" : [
{
"name" : "AsyncTCP" ,
"platforms" : "espressif32"
} ,
{
"name" : "ESP AsyncTCP" ,
"platforms" : "espressif8266"
} ,
{
"name" : "ESPAsync_WiFiManager" ,
"platforms" : [ "espressif8266" , "espressif32" ]
} ,
{
"name" : "STM32duino LwIP" ,
"platforms" : "ststm32"
} ,
{
"name" : "STM32duino STM32Ethernet" ,
"platforms" : "ststm32"
2020-10-01 15:46:43 -04:00
} ,
2020-09-13 23:05:46 -04:00
{
"name" : "STM32 AsyncTCP" ,
"platforms" : "ststm32"
}
]
}