//! Arios is a small learning-focused HTTP client crate.
//!
//! It currently supports `GET`, `POST`, `PUT`, `PATCH`, `DELETE`, `HEAD`, and `OPTIONS`
//! requests over HTTP and HTTPS, plus basic response metadata parsing.
//! HTTPS connections are handled with `rustls` and native platform root certificates.
pub use ;
pub use ;
pub use AriosResponse;