Cogito, ergo sum

Legacy:LibHTTP/HttpCacheObject

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

Physical storage of the cached data.

Properties[edit]

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[edit]

int GetSize( )