feat: follow certificate check parameter in autoconfig

This commit is contained in:
Tom Niget
2026-05-28 01:37:16 +02:00
committed by l
parent c26b6a017c
commit 5733a783fb
6 changed files with 81 additions and 41 deletions

View File

@@ -23,6 +23,7 @@ pub(crate) mod session;
pub(crate) mod tls;
use dns::lookup_host_with_cache;
pub(crate) use http::read_url_with_tls;
pub use http::{Response as HttpResponse, read_url, read_url_blob};
use tls::wrap_tls;