Files
dnf-utils/ace_test/aServer/CurlHelper.h
T
2025-12-06 16:42:21 +08:00

4 lines
120 B
C++

#pragma once
int32_t curlRequest(const std::string& url, const std::string& body, std::string& output, bool jsonBody);