// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #include #include #include "context.h" namespace onnxruntime { namespace server { namespace beast = boost::beast; // from // Report a failure void ErrorHandling(beast::error_code ec, char const* what); } // namespace server } // namespace onnxruntime