mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 15:15:35 +00:00
![]() Allow to instantiate a `HttpsConnector` not using the default `getaddrinfo` based `GaiResolver` for domain name resolution, but rather a custom resolver implementing the required traits. The usecase for this is to swap out the DNS resolver for the statically linked proxmox-backup-client binary, where the glibc dependency is problematic because of possible ABI incompatibility. However, set the generic type on `HttpsConnector` to default to `GaiResolver` to limit inconvenience for implementations using it. Adds tower-service as cargo workspace dependency and build dependency to debian/control. Signed-off-by: Christian Ebner <c.ebner@proxmox.com> |
||
---|---|---|
.. | ||
client | ||
websocket | ||
client_trait.rs | ||
http_options.rs | ||
lib.rs | ||
proxy_config.rs | ||
rate_limited_stream.rs | ||
rate_limiter.rs | ||
uri.rs |