FManager::CreateRequest

Create a new http request with retries

Windows
MacOS
Linux

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/HttpRetrySystem.h

Include

#include "HttpRetrySystem.h"

Source

/Engine/Source/Runtime/Online/HTTP/Private/HttpRetrySystem.cpp

Syntax

TSharedRef< class FHttpRetrySystem::FRequest, ESPMode::ThreadSafe > CreateRequest
(
    const FRetryLimitCountSetting & InRetryLimitCountOverride,
    const FRetryTimeoutRelativeSecondsSetting & InRetryTimeoutRelativeSecondsOverride,
    const FRetryResponseCodes & InRetryResponseCodes,
    const FRetryVerbs & InRetryVerbs,
    const FRetryDomainsPtr & InRetryDomains
)

Remarks

Create a new http request with retries

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss