]> git.proxmox.com Git - proxmox-backup.git/history - src/tools/http.rs
HttpsConnector: use hostname instead of URL again
[proxmox-backup.git] / src / tools / http.rs
2021-02-03 Wolfgang BumillerHttpsConnector: use hostname instead of URL again
2021-01-26 Fabian Grünbichlerallow complex Futures in tower_service impl
2021-01-14 Fabian Grünbichlertokio 1.0: update to new tokio-openssl interface
2020-11-10 Wolfgang BumillerHttpsConnector: include destination on connect errors
2020-11-09 Stefan Reiterapt: allow changelog retrieval from enterprise repo
2020-10-27 Thomas Lamprechttools: http: add simple general post method
2020-10-21 Stefan Reiteradd tools::http for generic HTTP GET and move HttpsConn...