mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-12-26 18:39:12 +00:00
this was only used by PMG's HttpServer and for non-API file responses. all of
those got dropped there in favour of always returning an object like
{
data => {
download => {
[download info here]
},
[..],
},
[..],
}
in case of PMG, or passing in a download hash in case of APIServer internal
calls.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
|
||
|---|---|---|
| .. | ||
| examples | ||
| PVE/APIServer | ||
| Makefile | ||