The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:UTImageServer (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> WebApplication >> ImageServer >> UTImageServer |
A WebServer application for serving image files, but also gzipped and uncompressed text files files, such as CSS and JavaScript.
[edit] Events
[edit] Query
event Query (WebRequest Request, WebResponse Response)
Overrides: ImageServer.Query
Extends the ImageServer's Query() function to also recognize CSS, JS, ICO and GZ files.
[edit] Other functions
[edit] normalizeUri
Normalizes relative URLs containing parent directory references.
