/* * Copyright (C) 2023-present ScyllaDB */ /* * SPDX-License-Identifier: AGPL-3.0-or-later */ #pragma once #include #include "api/api_init.hh" namespace locator { class shared_token_metadata; } namespace api { void set_token_metadata(http_context& ctx, httpd::routes& r, sharded& tm); void unset_token_metadata(http_context& ctx, httpd::routes& r); }