Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UWeb.WebRequest

Extends
Object
Modifiers
native

Core.Object
|   
+-- UWeb.WebRequest

Constants Summary
Inherited Contants from Core.Object
DegToRad, INDEX_NONE, MaxInt, Pi, RadToDeg

Variables Summary
intContentLength
stringContentType
Map_MirrorHeaderMap
stringPassword
stringRemoteAddr
ERequestTypeRequestType
stringURI
stringUsername
Map_MirrorVariableMap
Inherited Variables from Core.Object
Class, HashNext, HashOuterNext, Linker, LinkerIndex, Name, NetIndex, ObjectArchetype, ObjectFlags, ObjectInternalInteger, Outer, StateFrame, VfTableObject

Enumerations Summary
ERequestType
Request_GET, Request_POST
Inherited Enumerations from Core.Object
EAxis, EInputEvent, EInterpCurveMode, EInterpMethodType, ETickingGroup

Structures Summary
Inherited Structures from Core.Object
Box, BoxSphereBounds, Color, Cylinder, double, DynamicMap_Mirror, Guid, IndirectArray_Mirror, InterpCurveFloat, InterpCurvePointFloat, InterpCurvePointQuat, InterpCurvePointTwoVectors, InterpCurvePointVector, InterpCurvePointVector2D, InterpCurveQuat, InterpCurveTwoVectors, InterpCurveVector, InterpCurveVector2D, IntPoint, LinearColor, Map_Mirror, Matrix, MultiMap_Mirror, Plane, pointer, Quat, qword, RawDistribution, RenderCommandFence, Rotator, TextureMipBulkData_Mirror, ThreadSafeCounter, TPOV, TwoVectors, UntypedBulkData_Mirror, Vector, Vector2D, Vector4

Functions Summary
function AddHeader (string HeaderName, coerce string Value)
function AddVariable (string VariableName, coerce string Value)
functionstring DecodeBase64 (string Encoded)
function DecodeFormData (string Data))
function Dump ()
functionstring EncodeBase64 (string Decoded)
functionstring GetHeader (string HeaderName, optional string DefaultValue)
function GetHeaders (out array<string> headers)
functionint GetHexDigit (string D))
functionstring GetVariable (string VariableName, optional string DefaultValue)
functionint GetVariableCount (string VariableName)
functionstring GetVariableNumber (string VariableName, int Number, optional string DefaultValue)
function GetVariables (out array<string> varNames)
function ProcessHeaderString (string S))
Inherited Functions from Core.Object
!, !=, $, $=, %, &, &&, *, **, *=, +, ++, +=, -, --, -=, / , /=, <, <<, <=, ==, >, >=, >>, >>>, @, @=, Abs, Acos, Asc, Asin, Atan, BeginState, ByteToFloat, Caps, Chr, Clamp, ClampLength, ClampRotAxis, ClassIsChildOf, ClearConfig, ClockwiseFrom, ColorToLinearColor, ContinuedState, Cos, Cross, Disable, Dot, DumpStateStack, DynamicLoadObject, Enable, EndState, Exp, FClamp, FCubicInterp, FindDeltaAngle, FindObject, FInterpEaseIn, FInterpEaseInOut, FInterpEaseOut, FInterpTo, FloatToByte, FMax, FMin, FPctByRange, FRand, GetAngularDegreesFromRadians, GetAngularDistance, GetAngularFromDotDist, GetAxes, GetDotDistance, GetEnum, GetFuncName, GetHeadingAngle, GetNetFuncName, GetPackageName, GetPerObjectConfigSections, GetRangePctByValue, GetRangeValueByPct, GetSpecialValue, GetStateName, GetUnAxes, GotoState, InStr, IsA, IsChildState, IsInState, IsNetScript, IsPendingKill, IsUTracing, IsZero, JoinArray, Left, Len, Lerp, Localize, Locs, Loge, LogInternal, MakeColor, MakeLinearColor, Max, Mid, Min, MirrorVectorByNormal, Normal, Normalize, NormalizeRotAxis, OrthoRotation, ParseStringIntoArray, PathName, PausedState, PointDistToLine, PointDistToPlane, PointInBox, PoppedState, PopState, ProjectOnTo, PushedState, PushState, QuatDot, QuatFindBetween, QuatFromAxisAndAngle, QuatFromRotator, QuatInvert, QuatProduct, QuatRotateVector, QuatSlerp, QuatToRotator, Rand, RandRange, RDiff, Repl, Right, RInterpTo, RLerp, RotRand, Round, RSize, RSmerp, SaveConfig, SClampRotAxis, ScriptTrace, SetSpecialValue, SetUTracing, Sin, Split, Sqrt, Square, StaticClearConfig, StaticSaveConfig, Tan, TimeStamp, ToHex, TransformVectorByRotation, UnwindHeading, vect2d, VInterpTo, VLerp, VRand, VSize, VSize2D, VSizeSq, VSizeSq2D, VSmerp, WarnInternal, ^, ^^, |, ||, ~, ~=


Variables Detail

ContentLength Source code

var int ContentLength;

ContentType Source code

var string ContentType;

HeaderMap Source code

var private native const Map_Mirror HeaderMap;

Password Source code

var string Password;

RemoteAddr Source code

var string RemoteAddr;

RequestType Source code

var ERequestType RequestType;

URI Source code

var string URI;

Username Source code

var string Username;

VariableMap Source code

var private native const Map_Mirror VariableMap;


Enumerations Detail

ERequestType Source code

enum ERequestType
{
Request_GET, Request_POST
};


Functions Detail

AddHeader Source code

native final function AddHeader ( string HeaderName, coerce string Value )

AddVariable Source code

native final function AddVariable ( string VariableName, coerce string Value )

DecodeBase64 Source code

native final function string DecodeBase64 ( string Encoded )

DecodeFormData Source code

function DecodeFormData ( string Data) )

Dump Source code

native final function Dump ( )

EncodeBase64 Source code

native final function string EncodeBase64 ( string Decoded )

GetHeader Source code

native final function string GetHeader ( string HeaderName, optional string DefaultValue )

GetHeaders Source code

native final function GetHeaders ( out array<string> headers )

GetHexDigit Source code

function int GetHexDigit ( string D) )

GetVariable Source code

native final function string GetVariable ( string VariableName, optional string DefaultValue )

GetVariableCount Source code

native final function int GetVariableCount ( string VariableName )

GetVariableNumber Source code

native final function string GetVariableNumber ( string VariableName, int Number, optional string DefaultValue )

GetVariables Source code

native final function GetVariables ( out array<string> varNames )

ProcessHeaderString Source code

function ProcessHeaderString ( string S) )


Defaultproperties

defaultproperties
{
   Name="Default__WebRequest"
   ObjectArchetype=Object'Core.Default__Object'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:01:03.202 - Created with UnCodeX