I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:UTImageServer (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> WebApplication >> ImageServer >> UTImageServer
Package: 
WebAdmin
This class in other games:
UT, UT2003, UT2004

A WebServer application for serving image files, but also gzipped and uncompressed text files files, such as CSS and JavaScript.

Events

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.

Other functions

normalizeUri

function string normalizeUri (string uri)

Normalizes relative URLs containing parent directory references.