mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
16 lines
No EOL
395 B
C++
16 lines
No EOL
395 B
C++
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT License.
|
|
|
|
#pragma once
|
|
|
|
#include <string>
|
|
|
|
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
|