mirror of
https://git.proxmox.com/git/pve-client
synced 2025-10-05 09:26:53 +00:00
correctly use HTTP::Response
This commit is contained in:
parent
84d4c3e267
commit
2779eec998
@ -8,6 +8,7 @@ use IO::Select;
|
|||||||
use IO::Socket::SSL;
|
use IO::Socket::SSL;
|
||||||
use MIME::Base64;
|
use MIME::Base64;
|
||||||
use Digest::SHA;
|
use Digest::SHA;
|
||||||
|
use HTTP::Response;
|
||||||
|
|
||||||
use PVE::Tools;
|
use PVE::Tools;
|
||||||
use PVE::JSONSchema qw(get_standard_option);
|
use PVE::JSONSchema qw(get_standard_option);
|
||||||
|
Loading…
Reference in New Issue
Block a user