pve-http-server/src
Fabian Grünbichler af9d2fe4f6 handler: remove support for directly returned download info
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>
2024-09-23 17:25:22 +02:00
..
examples buildsys: split packaging and source build-systems 2021-05-14 16:37:17 +02:00
PVE/APIServer handler: remove support for directly returned download info 2024-09-23 17:25:22 +02:00
Makefile buildsys: split packaging and source build-systems 2021-05-14 16:37:17 +02:00