UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
HttpFwd.h File Reference
#include "Templates/SharedPointer.h"
#include "Misc/Optional.h"
#include "HttpConstants.h"

Go to the source code of this file.

Namespaces

namespace  FHttpRetrySystem
 

Typedefs

typedef TSharedPtr< IHttpRequest, ESPMode::ThreadSafeFHttpRequestPtr
 
typedef TSharedPtr< IHttpResponse, ESPMode::ThreadSafeFHttpResponsePtr
 
typedef TSharedRef< IHttpRequest, ESPMode::ThreadSafeFHttpRequestRef
 
typedef TSharedRef< IHttpResponse, ESPMode::ThreadSafeFHttpResponseRef
 
using FHttpRetrySystem::RetryLimitCountType = uint32
 
using FHttpRetrySystem::RetryTimeoutRelativeSecondsType = double
 
using FHttpRetrySystem::FRandomFailureRateSetting = TOptional< float >
 
using FHttpRetrySystem::FRetryLimitCountSetting = TOptional< RetryLimitCountType >
 
using FHttpRetrySystem::FRetryTimeoutRelativeSecondsSetting = TOptional< RetryTimeoutRelativeSecondsType >
 
using FHttpRetrySystem::FRetryResponseCodes = TSet< int32 >
 
using FHttpRetrySystem::FRetryVerbs = TSet< FName >
 
using FHttpRetrySystem::FRetryDomainsPtr = TSharedPtr< FRetryDomains, ESPMode::ThreadSafe >
 

Typedef Documentation

◆ FHttpRequestPtr

◆ FHttpRequestRef

◆ FHttpResponsePtr

◆ FHttpResponseRef