]> git.proxmox.com Git - proxmox-backup.git/commit
vsock_client: support authorization header
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 31 Mar 2021 10:21:46 +0000 (12:21 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 1 Apr 2021 09:09:28 +0000 (11:09 +0200)
commit48763935626557feee31ff2f23b2c5058458e743
tree8a6c151fdff8c17ee1822a998c988216fc72d9a2
parent971bc6f94ba4385cde418f5062a3f16b24fd2cc4
vsock_client: support authorization header

Pass in an optional auth tag, which will be passed as an Authorization
header on every subsequent call.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
src/client/vsock_client.rs