Expand description
HTTP implementation of nv_redfish_core::Bmc trait.
Modules§
- cache
- CAR (Clock with Adaptive Replacement) Cache Implementation
- credentials
- HTTP credentials type.
- reqwest
- Implementation of
HttpClienttrait using reqwest crate.
Structs§
- Cache
Settings CacheSettingsfor internal BMC cache with etags- HttpBmc
- HTTP-based BMC implementation that wraps an
HttpClient. - Redfish
Endpoint - A tagged type representing a Redfish endpoint URL.
Enums§
- BmcCredentials
- Credentials used to access the BMC.
Traits§
- Cacheable
Error - Trait for errors that can indicate whether they represent a cached response and provide a way to create cache-related errors.
- Http
Client - HTTP Client trait.