//! TLS transport implementations for the Deboa HTTP client.
//!//! This module provides TLS functionality for secure HTTP connections.
//! It supports both native-tls and rustls backends.
#[cfg(feature ="native-tls")]pubmodnative;#[cfg(feature ="rust-tls")]pubmodrustls;