This commit is contained in:
2025-11-28 16:54:56 +09:00
parent 23176551b7
commit 8f18415f25
841 changed files with 67879 additions and 12265 deletions

View File

@@ -9,6 +9,9 @@ using Amazon.S3.Model;
namespace ServerCore;
// HANDOVER: HttpClient SDK Wrapper 클래스 이다.
public sealed class SharedHttpClient : Singleton<SharedHttpClient>
{
private readonly HttpClient m_http_client = new();