]> git.proxmox.com Git - proxmox.git/history - proxmox-http/src/client/sync.rs
http: client_trait: make request body generic
[proxmox.git] / proxmox-http / src / client / sync.rs
2022-09-07 Fabian Grünbichlerhttp: client_trait: make request body generic
2022-09-07 Fabian Grünbichlerhttp: add extra_headers to `post`
2022-09-07 Fabian Grünbichlerhttp: sync: add HttpClient for Box<dyn Read>
2022-09-07 Fabian Grünbichlerhttp: make post() take `Read`, not &str
2022-09-07 Fabian Grünbichlerhttp: add "raw" sync client
2022-09-07 Fabian Grünbichlerhttp: add ureq-based sync client