// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include namespace onnxruntime { namespace server { namespace util { std::string InternalRequestId(); extern const std::string MS_REQUEST_ID_HEADER; extern const std::string MS_CLIENT_REQUEST_ID_HEADER; } // namespace util } // namespace server } // namespace onnxruntime