mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-08-05 12:38:15 +00:00

The PVE/AsyncHTTPServer.pm code is copied from the pve-manager package (PVE/HTTPServer.pm) and renamed.
13 lines
549 B
Plaintext
13 lines
549 B
Plaintext
Source: libpve-http-server-perl
|
|
Section: perl
|
|
Priority: optional
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Build-Depends: debhelper (>= 9), perl (>= 5.10.0-19)
|
|
Standards-Version: 3.9.5
|
|
Homepage: http://www.proxmox.com
|
|
|
|
Package: libpve-http-server-perl
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, libio-socket-ssl-perl, libjson-perl, libcrypt-ssleay-perl, libhttp-message-perl, liburi-perl, libanyevent-perl, libanyevent-http-perl
|
|
Description: Proxmox Asynchrounous HTTP Server Implementation
|
|
This is used to implement the PVE REST API. |