UE3:UTImageServer (UT3): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
Auto-generated page
 
filled in descriptions
 
Line 5: Line 5:
| parent3 = Object
| parent3 = Object
}}
}}
{{autogenerated}}
A {{cl|WebServer}} application for serving image files, but also [[wp:gzip|gzip]]ped and uncompressed text files files, such as CSS and JavaScript.
UT derived image server class
Ported to UE3 by Josh Markiewicz
© 1998-2008, Epic Games, Inc. All Rights Reserved


==Events==
==Events==
Line 16: Line 13:
'''Overrides:''' {{tl|Query|ImageServer}}
'''Overrides:''' {{tl|Query|ImageServer}}


<!-- enter function description -->
Extends the ImageServer's Query() function to also recognize CSS, JS, ICO and GZ files.
 
==Other functions==
====normalizeUri====
{{code|function [[string]]&nbsp;'''normalizeUri''' ([[string]]&nbsp;'''uri''')}}
 
Normalizes relative URLs containing parent directory references.

Latest revision as of 08:53, 30 November 2008

UT3 Object >> WebApplication >> ImageServer >> UTImageServer
Package:
WebAdmin
This class in other games:

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.