]> git.proxmox.com Git - proxmox.git/history - proxmox-http/src/client/sync.rs
http: concat! user agent instead of format!
[proxmox.git] / proxmox-http / src / client / sync.rs
2024-01-15 Wolfgang Bumillerhttp: concat! user agent instead of format!
2023-12-04 Wolfgang BumillerMerge branch 'proxmox-acme'
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-openid-merge'
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-apt-merge'
2023-03-07 Fabian Grünbichlerhttp: sync: drop unused &self parameter
2023-03-07 Fabian Grünbichlerhttp: sync: derive default user-agent from crate version
2023-03-07 Fabian Grünbichlerhttp: sync: remove redundant calls for setting User...
2023-03-07 Fabian Grünbichlerhttp: sync: set user-agent via ureq agent
2022-10-11 Thomas LamprechtMerge remote-tracking branch 'proxmox-rest-merge/master'
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