Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/GenericPlatform > API/Runtime/HTTP/GenericPlatform/FGenericPlatformHttp
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/GenericPlatformHttp.h |
| Include | #include "GenericPlatform/GenericPlatformHttp.h" |
| Source | /Engine/Source/Runtime/Online/HTTP/Private/GenericPlatform/GenericPlatformHttp.cpp |
static TOptional< bool > IsSecureProtocol
&40;
const FStringView Url
&41;
Remarks
Check the protocol of the provided URL to determine if this is for a secure connection (HTTPS, WSS, etc) True if secure, false if insecure, unset if unknown
Parameters
| Name | Description |
|---|---|
| The | URL to check for a scheme |