Crates.io | hyper-srv |
lib.rs | hyper-srv |
version | 0.5.0 |
source | src |
created_at | 2019-12-09 10:05:55.292074 |
updated_at | 2023-10-22 14:11:34.572805 |
description | A wrapper around Hyper's connector with ability to preresolve SRV DNS records. |
homepage | https://github.com/mahou-shoujo/hyper-srv-rs.git |
repository | https://github.com/mahou-shoujo/hyper-srv-rs.git |
max_upload_size | |
id | 187896 |
size | 38,762 |
This crate provides a wrapper around Hyper's connector with ability to preresolve SRV DNS records
before supplying resulting host:port
pair to the underlying connector.
The exact algorithm is as following:
A
/AAAA
) and
finally pass it to the underlying connector.