Ark Server API (ASE) - Wiki
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
Variables
_
a
d
e
f
g
k
l
m
p
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
c
d
e
f
h
i
k
l
m
n
p
s
t
u
v
Enumerator
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Related Symbols
:
a
b
c
d
e
f
g
h
i
l
o
p
r
s
t
u
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
y
Typedefs
a
b
c
d
e
f
g
h
i
n
o
p
r
s
t
u
w
x
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
w
x
Enumerator
b
c
d
e
f
i
m
n
o
p
r
s
t
x
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
List of all members
IHttpRequest Struct Reference
#include <
UE.h
>
Inheritance diagram for IHttpRequest:
[
legend
]
Collaboration diagram for IHttpRequest:
[
legend
]
Additional Inherited Members
Public Member Functions inherited from
FHttpRequestWinInet
FString
&
RequestVerbField
()
TMap
<
FString
,
FString
,
FDefaultSetAllocator
,
TDefaultMapKeyFuncs
<
FString
,
FString
, 0 > > &
RequestHeadersField
()
TArray
< unsigned char > &
RequestPayloadField
()
TSharedPtr
<
FHttpResponseWinInet
, 1 > &
ResponseField
()
EHttpRequestStatus::Type
&
CompletionStatusField
()
void *
ConnectionHandleField
()
void *
RequestHandleField
()
volatile int &
ElapsedTimeSinceLastServerResponseField
()
int &
ProgressBytesSentField
()
long double &
StartRequestTimeField
()
bool &
bDebugVerboseField
()
~FHttpRequestWinInet
()
FString
*
GetURL
(
FString
*result)
FString
*
GetURLParameter
(
FString
*result,
FString
*ParameterName)
FString
*
GetHeader
(
FString
*result,
FString
*HeaderName)
TArray
<
FString
> *
GetAllHeaders
(
TArray
<
FString
> *result)
FString
*
GetContentType
(
FString
*result)
int
GetContentLength
()
FString
*
GetVerb
(
FString
*result)
void
SetVerb
(
FString
*Verb)
void
SetURL
(
FString
*URL)
void
SetContent
(
TArray
< unsigned char > *ContentPayload)
void
SetContentAsString
(
FString
*ContentString)
void
SetHeader
(
FString
*HeaderName,
FString
*HeaderValue)
bool
ProcessRequest
()
bool
StartRequest
()
void
FinishedRequest
()
FString
*
GenerateHeaderBuffer
(
FString
*result, unsigned int ContentLength)
void
CancelRequest
()
EHttpRequestStatus::Type
GetStatus
()
TSharedPtr
<
IHttpResponse
, 1 > *
GetResponse
(
TSharedPtr
<
IHttpResponse
, 1 > *result)
void
Tick
(float DeltaSeconds)
Detailed Description
Definition at line
975
of file
UE.h
.
The documentation for this struct was generated from the following file:
C:/Users/lachl/Downloads/ArkServerAPI_NEW/ASE/AseApi-main/version/Core/Public/API/UE/
UE.h
IHttpRequest
Generated by
1.10.0