]> git.proxmox.com Git - proxmox.git/commit
http: move TLS helper to client feature
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 27 Jun 2022 07:42:27 +0000 (09:42 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 29 Jun 2022 08:32:44 +0000 (10:32 +0200)
commit94456ee4b15593888af9b04d51d40b36858971c2
treee86883374c3bcac6d8373ed4e1faf85cb8ef381a
parent210d4fdb68521fec6528fb74bed5de12221a1f03
http: move TLS helper to client feature

it's only used there and pulls in hyper and tokio, which we don't
want/need in http-helpers.

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