2020-09-13 23:05:46 -04:00
{
"name" : "AsyncHTTPRequest_Generic" ,
2021-02-25 16:51:32 -05:00
"version" : "1.1.3" ,
"description" : "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." ,
"keywords" : "async,tcp,http,ESP8266,ESP32,ESP32-S2,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" ,
2020-12-23 17:35:01 -05:00
"dependencies" :
[
2020-09-13 23:05:46 -04:00
{
2020-11-25 16:13:30 -05:00
"owner" : "me-no-dev" ,
2020-09-13 23:05:46 -04:00
"name" : "AsyncTCP" ,
2020-12-23 17:35:01 -05:00
"version" : ">=1.1.1" ,
2020-11-25 16:13:30 -05:00
"platforms" : [ "espressif32" ]
2020-09-13 23:05:46 -04:00
} ,
{
2020-11-25 16:13:30 -05:00
"owner" : "me-no-dev" ,
2021-02-11 15:00:45 -05:00
"name" : "ESPAsyncTCP" ,
2020-12-23 17:35:01 -05:00
"version" : ">=1.2.2" ,
2020-09-13 23:05:46 -04:00
"platforms" : "espressif8266"
} ,
{
2021-02-11 15:00:45 -05:00
"owner" : "khoih.prog" ,
2020-09-13 23:05:46 -04:00
"name" : "ESPAsync_WiFiManager" ,
2021-02-25 16:51:32 -05:00
"version" : ">=1.6.0" ,
2020-09-13 23:05:46 -04:00
"platforms" : [ "espressif8266" , "espressif32" ]
} ,
{
2020-11-25 16:13:30 -05:00
"owner" : "stm32duino" ,
2020-09-13 23:05:46 -04:00
"name" : "STM32duino LwIP" ,
2020-12-23 17:35:01 -05:00
"version" : ">=2.1.2" ,
2020-09-13 23:05:46 -04:00
"platforms" : "ststm32"
} ,
{
2020-11-25 16:13:30 -05:00
"owner" : "stm32duino" ,
"name" : "STM32Ethernet" ,
2020-12-23 17:35:01 -05:00
"version" : ">=1.2.0" ,
2020-09-13 23:05:46 -04:00
"platforms" : "ststm32"
2020-10-01 15:46:43 -04:00
} ,
2021-02-25 16:51:32 -05:00
{
"owner" : "lorol" ,
"name" : "LittleFS_esp32" ,
"version" : ">=1.0.5" ,
"platforms" : [ "espressif32" ]
} ,
2020-09-13 23:05:46 -04:00
{
2020-11-25 16:13:30 -05:00
"name" : "external-repo" ,
"version" : "https://github.com/philbowles/STM32AsyncTCP"
2020-09-13 23:05:46 -04:00
}
2020-11-25 16:13:30 -05:00
] ,
"platforms" : [ "espressif8266" , "espressif32" , "ststm32" ]
2020-09-13 23:05:46 -04:00
}