proxmox/proxmox-client/src
Wolfgang Bumiller 96e76d7f72 client: use correct error for protocol errors
The 'Anyhow' error is not useful and meant for throw-away errors which
cannot be dealt with anyway, and we'd like to be able to tell apart
network problems from actual HTTP responses, so that we can
potentially try a different node in a cluster connection.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2024-11-19 13:41:09 +01:00
..
auth.rs client: change Token struct 2024-08-13 15:45:20 +02:00
client.rs client: use correct error for protocol errors 2024-11-19 13:41:09 +01:00
error.rs client: add TlsOptions::parse_fingerprint 2023-08-10 10:44:04 +02:00
lib.rs client: expose body, add generic request methods and streaming 2024-09-05 14:15:11 +02:00