19 lines
230 B
C++
19 lines
230 B
C++
/*
|
|
* Copyright (C) 2025 ScyllaDB
|
|
*
|
|
*/
|
|
|
|
/*
|
|
* SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "utils/rest/client.hh"
|
|
|
|
namespace encryption {
|
|
|
|
using httpclient = rest::httpclient;
|
|
|
|
}
|