Skip to main content

Crate azure_lite_rs

Crate azure_lite_rs 

Source
Expand description

Lightweight HTTP client for Microsoft Azure APIs.

Provides REST API access with automatic Bearer token injection, retry, and rate limiting.

Re-exports§

pub use auth::AzureCredential;
pub use auth::default_credential;
pub use client::AzureHttpClient;
pub use client::AzureHttpClientBuilder;
pub use client::AzureResponse;
pub use error::AzureError;
pub use error::Result;

Modules§

api
Azure API client implementations.
auth
Azure AD authentication.
client
Core HTTP client for Azure API access.
error
Error types for Azure HTTP client operations.
ops
Generated operation contracts for AZURE APIs.
types
AZURE API type definitions.