]> git.proxmox.com Git - proxmox-backup.git/history - src/tools/http.rs
update to proxmox-sys 0.2 crate
[proxmox-backup.git] / src / tools / http.rs
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-05-17 Fabian Grünbichlermove tools::http to proxmox_http
2021-05-17 Fabian Grünbichlermove ProxyConfig to proxmox_http
2021-05-17 Fabian GrünbichlerHttpsConnector: make keepalive configurable
2021-05-17 Fabian Grünbichlermove MaybeTlsStream wrapper to proxmox_http
2021-05-17 Fabian Grünbichlerrefactor: move socket helper to proxmox crate
2021-05-12 Dietmar Maurercorrectly set apt proxy configuration
2021-05-06 Wolfgang Bumillerclient: use build_authority in build_uri
2021-05-06 Dietmar Maurercleanup: split SimpleHttp client into extra file
2021-05-05 Dietmar Maurerhttp proxy: add necessary brackets for IPv6 proxy
2021-04-28 Dietmar Maurertools/http: make user agent configurable
2021-04-28 Dietmar Maurertools/http: set USER_AGENT inside request
2021-04-28 Dietmar Maurerhttp: add helper to parse proxy configuration
2021-04-28 Dietmar MaurerHttpsConnector: add proxy authorization support
2021-04-26 Dietmar Maurerhttp proxy: improve response parser
2021-04-22 Dietmar Maurerhttp proxy: implement read_connect_response()
2021-04-21 Dietmar MaurerHttpsConnector: add proxy support
2021-04-21 Dietmar MaurerHttpsConnector: code cleanup
2021-04-21 Dietmar Maurernew http client implementation SimpleHttp (avoid static...
2021-04-21 Dietmar Maurerhttp: rename EitherStream to MaybeTlsStream
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...