Files
Tasmota/lib/default/TasmotaWebServer/library.json
s-hadinger 6c8fc7e3e6 Don't send extraneous '0\r\n\r\n' with non-chunked HTTP/1.0 (#24518)
* Don't send extraneous '0\r\n\r\n' with non-chunked HTTP/1.0

* Fix compilation

* Fix compilation
2026-03-03 13:07:44 +01:00

18 lines
417 B
JSON

{
"name": "TasmotaWebServer",
"version": "1.0.0",
"keywords": [
"webserver", "TasmotaWebServer"
],
"description": "Customization of WebServer for both ESP8266 and ESP32",
"repository":
{
"type": "git",
"url": "https://github.com/arendst/Tasmota/lib/TasmotaWebServer"
},
"frameworks": "arduino",
"platforms": [
"espressif8266", "espressif32"
]
}