Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FGenericPlatformHttp
Description
Internal helper that checks command-line and INI config for a proxy address. Returns the proxy if found (set), or unset if neither cmdline nor INI has a proxy. Callers use this to determine whether to fallback to OS-specific proxy queries.
| Name | GetProxyAddressFromConfig |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/GenericPlatformHttp.h |
| Include Path | #include "GenericPlatform/GenericPlatformHttp.h" |
| Source | /Engine/Source/Runtime/Online/HTTP/Private/GenericPlatform/GenericPlatformHttp.cpp |
static TOptional < FString > GetProxyAddressFromConfig()
Set with proxy address if found in cmdline/INI, unset otherwise