]> git.proxmox.com Git - proxmox-backup.git/commit - src/client/http_client.rs
derive/impl and use Default for some structs
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 25 Jan 2021 13:42:57 +0000 (14:42 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 26 Jan 2021 08:54:45 +0000 (09:54 +0100)
commit93e3581ce7f72aa3b29729715db3bf77d57eebbe
treea360e9cbc47adc329a2c30b1743bd64e870d1005
parentf4e52bb27df343c304a88341964a9d98f90d0a3f
derive/impl and use Default for some structs

and revamp HttpClientOptions with two constructors for the common use
cases

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
examples/download-speed.rs
examples/upload-speed.rs
src/api2/config/remote.rs
src/backup/prune.rs
src/bin/proxmox-backup-client.rs
src/client.rs
src/client/http_client.rs
src/client/pull.rs
src/config/acl.rs
src/config/network.rs