Gah - a solution with more questions. – EntropicLqd

Legacy:LibHTTP/HttpCacheObject

From Unreal Wiki, The Unreal Engine Documentation Site

< Legacy:LibHTTP
Revision as of 15:14, 19 November 2007 by Sweavo (Talk)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Physical storage of the cached data.

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

[edit] Functions

int GetSize( )