1128
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user