Navigation
API > API/Developer > API/Developer/Horde
| Name | FHordeHttpClient |
| Type | class |
| Header File | /Engine/Source/Developer/Horde/Public/HordeHttpClient.h |
| Include Path | #include "HordeHttpClient.h" |
Syntax
class FHordeHttpClient
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FHordeHttpClient
(
FString InServerUrl |
HordeHttpClient.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FHordeHttpClient() |
HordeHttpClient.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ServerUrl | FString | HordeHttpClient.h | ||
| Token | FString | HordeHttpClient.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< IHttpRequest > CreateRequest
(
const TCHAR* Verb, |
HordeHttpClient.h | ||
TSharedRef< IHttpResponse > Get
(
const TCHAR* Path |
HordeHttpClient.h | ||
T Get
(
const TCHAR* Path |
HordeHttpClient.h | ||
bool Login
(
bool bUnattended, |
HordeHttpClient.h | ||
bool LoginWithEnvironmentVariable() |
HordeHttpClient.h | ||
bool LoginWithOidc
(
const TCHAR* Profile, |
HordeHttpClient.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< IHttpResponse > ExecuteRequest
(
TSharedRef< IHttpRequest > Request |
HordeHttpClient.h |