PsychichHTTP v2-dev

This commit is contained in:
iranl
2024-12-30 14:37:09 +01:00
parent 2cf5201285
commit 78459c2d08
118 changed files with 5453 additions and 4972 deletions

View File

@@ -1,15 +1,13 @@
{
"name": "PsychicHttp",
"version": "1.2.1",
"version": "2.0.0",
"description": "Arduino style wrapper around ESP-IDF HTTP library. HTTP server with SSL + websockets. Works on esp32 and probably esp8266",
"keywords": "network,http,https,tcp,ssl,tls,websocket,espasyncwebserver",
"repository":
{
"repository": {
"type": "git",
"url": "https://github.com/hoeken/PsychicHttp"
},
"authors":
[
"authors": [
{
"name": "Zach Hoeken",
"email": "hoeken@gmail.com",
@@ -36,8 +34,8 @@
},
{
"owner": "plageoj",
"name" : "UrlEncode",
"version" : "^1.0.1"
"name": "UrlEncode",
"version": "^1.0.1"
}
],
"export": {
@@ -50,4 +48,4 @@
"README.md"
]
}
}
}