The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:WebRequest (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE3:ERequestType (UDK))
Object >> WebRequest |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties[edit]
ContentLength[edit]
Type: int
ContentType[edit]
Type: string
HeaderMap[edit]
Type: Object.Map_Mirror{TMultiMap<FString, FString>}
Modifiers: private, native, const
C++ placeholder.
Password[edit]
Type: string
RemoteAddr[edit]
Type: string
RequestType[edit]
Type: ERequestType
URI[edit]
Type: string
Username[edit]
Type: string
VariableMap[edit]
Type: Object.Map_Mirror{TMultiMap<FString, FString>}
Modifiers: private, native, const
C++ placeholder.
Enums[edit]
ERequestType[edit]
- Request_GET
- Request_POST
Functions[edit]
Native functions[edit]
AddHeader[edit]
AddVariable[edit]
DecodeBase64[edit]
Dump[edit]
native final function Dump ()
EncodeBase64[edit]
GetHeader[edit]
GetHeaders[edit]
GetVariable[edit]
GetVariableCount[edit]
GetVariableNumber[edit]
native final function string GetVariableNumber (string VariableName, int Number, optional string DefaultValue)
GetVariables[edit]
Other instance functions[edit]
DecodeFormData[edit]
function DecodeFormData (string Data)
GetHexDigit[edit]
ProcessHeaderString[edit]
function ProcessHeaderString (string S)