// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Don't spell-check header names (which should start with 'x-').
// cSpell:disable
//! Constants defining HTTP headers and other values used internally by the SDK.
use HeaderName;
pub const OFFER_REPLACE_PENDING: HeaderName = from_static;
// cSpell:enable
// -----------------------------------------------------------------------
// Environment-variable names
// -----------------------------------------------------------------------
/// Controls whether the per-partition circuit breaker is enabled.
///
/// Expected values: `"true"` or `"false"`. Defaults to `true` when unset.
pub const AZURE_COSMOS_PER_PARTITION_CIRCUIT_BREAKER_ENABLED: &str =
"AZURE_COSMOS_PER_PARTITION_CIRCUIT_BREAKER_ENABLED";