Expand description
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.
Re-exports§
pub use client::Arios;pub use client::ContentType;pub use error::AriosError;pub use error::AriosResult;pub use response::AriosResponse;