Commit v.2025
This commit is contained in:
18
Source/DTFluxNetwork/Public/Clients/DTFluxHttpClient.h
Normal file
18
Source/DTFluxNetwork/Public/Clients/DTFluxHttpClient.h
Normal file
@ -0,0 +1,18 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "HttpModule.h"
|
||||
#include "Interfaces/IHttpRequest.h"
|
||||
#include "Interfaces/IHttpResponse.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
class DTFLUXNETWORK_API FDTFluxHttpClient: public TSharedFromThis<FDTFluxHttpClient>
|
||||
{
|
||||
public:
|
||||
FDTFluxHttpClient();
|
||||
~FDTFluxHttpClient();
|
||||
};
|
||||
Reference in New Issue
Block a user