]> git.proxmox.com Git - proxmox.git/commit
http: add ureq-based sync client
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 4 Aug 2022 08:01:13 +0000 (10:01 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 7 Sep 2022 07:17:45 +0000 (09:17 +0200)
commit9c444d7a943c02beaf0f50b44e315b6273ff7105
treec1ca9c98dceca1b3bbd856b9ffac24d53c107214
parentf429fcb592a390ac407e897be62ab772c6fb4690
http: add ureq-based sync client

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
proxmox-http/Cargo.toml
proxmox-http/src/client/mod.rs
proxmox-http/src/client/sync.rs [new file with mode: 0644]
proxmox-http/src/lib.rs
proxmox-http/src/proxy_config.rs