This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
45 lines (45 loc) · 1.52 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "AsyncHTTPRequest_RP2040W",
"version": "1.3.0",
"keywords": "communication, http, async, websocket, webserver, async-webserver, async-tcp, async-udp, async-websocket, async-http, ssl, tls, rp2040, rp2040w, raspberry-pi-pico-w, cyw43439, wifi",
"description": "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_RP2040W library for RASPBERRY_PI_PICO_W with CYW43439 WiFi. This library, which relies on AsyncTCP_RP2040W, is part of a series of advanced Async libraries, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebSockets_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.",
"authors":
[
{
"name": "Bob Lemaire",
"url": "https://github.com/boblemaire"
},
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"email": "khoih-dot-prog@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "//https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W"
},
"homepage": "https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "khoih-prog",
"name": "AsyncTCP_RP2040W",
"version": "^1.1.0"
}
],
"license": "LGPL-3.0",
"frameworks": "*",
"platforms": "raspberrypi",
"examples": "examples/*/*/*.ino",
"headers": ["AsyncHTTPRequest_RP2040W.h","AsyncHTTPRequest_RP2040W.hpp"]
}