// Copyright (c) 2025, Salesforce, Inc.,
// All rights reserved.
// For full license text, see the LICENSE.txt file
//! Constants to access well known properties from the host.
/// Coordinates to obtain the tracing id of an ongoing request.
pub const TRACING_ID_PATH: & = &;
/// Coordinates to obtain the source address of the request.
pub const SOURCE_ADDRESS: & = &;
/// Coordinates to obtain the destination address of the request.
pub const DESTINATION_ADDRESS: & = &;
/// Coordinates to obtain the scheme of the ongoing request.
pub const REQUEST_SCHEME: & = &;
/// Coordinates to obtain the protocol of the ongoing request.
pub const REQUEST_PROTOCOL: & = &;
/// Coordinates to obtain the id of the ongoing request.
pub const REQUEST_ID: & = &;