Crate rattler_networking
source ·Expand description
Networking utilities for Rattler, specifically authenticating requests
Re-exports§
pub use authentication_middleware::AuthenticationMiddleware;
pub use authentication_storage::authentication::Authentication;
pub use authentication_storage::storage::AuthenticationStorage;
pub use mirror_middleware::MirrorMiddleware;
pub use oci_middleware::OciMiddleware;
Modules§
reqwest
middleware that authenticates requests with data from theAuthenticationStorage
- This module contains the authentication storage backend trait and implementations
- Middleware to handle mirrors
- Middleware to handle
oci://
URLs to pull artifacts from an OCI registry - Reexports the trait
RetryPolicy
from theretry_policies
crate as well as all implementations.