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 FString GetUrlDomainAndPort
&40;
const FStringView Url
&41;
Remarks
Returns the domain and port portion of the URL, e.g., "a.b.c:d" of "http://a.b.c:d/e" the domain and port of the specified URL
Parameters
| Name | Description |
|---|---|
| Url | the URL to return the domain and port of |