UE3:WebResponse (UT3)
Object >> WebResponse |
- Package:
- UWeb
- This class in other games:
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
bSentResponse
Type: bool
Modifiers: protected
bSentText
Type: bool
Modifiers: protected
used to warn headers already sent
CharSet
Type: string
Modifiers: localized
Connection
Type: WebConnection
headers
headers send before the content
IncludePath
Type: string
Modifiers: const, config
Default value: "/Web"
ReplacementMap
Type: Object.Map_Mirror{TMultiMap<FString, FString>}
Modifiers: private, native, const
C++ placeholder.
Functions
Native functions
ClearSubst
Dump
FileExists
GetHTTPExpiration
IncludeBinaryFile
IncludeUHTM
LoadParsedUHTM
Subst
Events
SendBinary
SendText
Other instance functions
AddHeader
Add/update a header to the headers list. It will be send at the first possible occasion. To completely remove a given header simply give it an empty value, "X-Header:" To add multiple headers with the same name (need for Set-Cookie) you'll need to edit the headers array directly.
FailAuthentication
HTTPError
HTTPHeader
Will actually send a header. You should not call this method, queue the headers through the AddHeader() method.
HTTPResponse
Send the HTTP response code.
Redirect
SendCachedFile
SendHeaders
Send the stored headers.
SendStandardHeaders
Send the standard response headers.
SentResponse
SentText