forked from khoih-prog/AsyncHTTPRequest_Generic
### Releases v1.1.0 1. Add HTTP PUT, PATCH, DELETE and HEAD methods. Check [Add support for sending PUT, PATCH, DELETE request](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/5) 2. Add Table of Contents 3. Add Version String
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name":"AsyncHTTPRequest_Generic",
|
|
"version": "1.1.0",
|
|
"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, ESP8266 and currently STM32 with built-in LAN8742A Ethernet.",
|
|
"keywords":"async,tcp,http,ESP8266,ESP32,ESPAsyncTCP,AsyncTCP,stm32,ethernet,wifi,lan8742a",
|
|
"authors": [
|
|
{
|
|
"name": "Bob Lemaire",
|
|
"url": "https://github.com/boblemaire"
|
|
},
|
|
{
|
|
"name": "Khoi Hoang",
|
|
"url": "https://github.com/khoih-prog",
|
|
"email": "khoih.prog@gmail.com",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/khoih-prog/AsyncHTTPRequest_Generic"
|
|
},
|
|
"license": "MIT",
|
|
"frameworks": "arduino",
|
|
"dependencies":
|
|
[
|
|
{
|
|
"owner": "me-no-dev",
|
|
"name": "AsyncTCP",
|
|
"version": ">=1.1.1",
|
|
"platforms": ["espressif32"]
|
|
},
|
|
{
|
|
"owner": "me-no-dev",
|
|
"name": "ESP AsyncTCP",
|
|
"version": ">=1.2.2",
|
|
"platforms": "espressif8266"
|
|
},
|
|
{
|
|
"owner": "khoih-prog",
|
|
"name": "ESPAsync_WiFiManager",
|
|
"version": ">=1.4.1",
|
|
"platforms": ["espressif8266", "espressif32"]
|
|
},
|
|
{
|
|
"owner": "stm32duino",
|
|
"name": "STM32duino LwIP",
|
|
"version": ">=2.1.2",
|
|
"platforms": "ststm32"
|
|
},
|
|
{
|
|
"owner": "stm32duino",
|
|
"name": "STM32Ethernet",
|
|
"version": ">=1.2.0",
|
|
"platforms": "ststm32"
|
|
},
|
|
{
|
|
"name": "external-repo",
|
|
"version": "https://github.com/philbowles/STM32AsyncTCP"
|
|
}
|
|
],
|
|
"platforms": ["espressif8266", "espressif32", "ststm32"]
|
|
}
|