Legacy:LibHTTP/HttpCacheObject

From Unreal Wiki, The Unreal Engine Documentation Site

Physical storage of the cached data.

Properties

bool bBusy
this object is currently being refreshed
string ContentType
the content mime type
array<string> Data
the content body
int ExpiresOn
timestamp this content expires, if provided by the server
int LastModification
last modification timestamp
string URL
the request URL

Functions

int GetSize( )