gcp-lite-rs 0.1.1

Lightweight HTTP client for Google Cloud Platform APIs
Documentation
1
2
3
4
5
//! Retry and backoff configuration for HTTP requests.
//!
//! Re-exports [`cloud_lite_core::retry`] unchanged. GCP uses the same defaults.

pub use cloud_lite_core::retry::RetryConfig;