LeviLamina
Loading...
Searching...
No Matches
Request.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/threading/IAsyncResult.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Bedrock::Http {
class
Response; }
11
// clang-format on
12
13
namespace
Bedrock::Http {
14
15
class
Request
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 32>
mUnk55580c;
20
::ll::UntypedStorage<1, 2>
mUnk67e7ed;
21
::ll::UntypedStorage<8, 64>
mUnk3aa28a;
22
::ll::UntypedStorage<8, 16>
mUnkb7733e;
23
::ll::UntypedStorage<8, 16>
mUnk5b573e;
24
::ll::UntypedStorage<4, 4>
mUnkf34d9b;
25
::ll::UntypedStorage<8, 8>
mUnka3dac0;
26
::ll::UntypedStorage<8, 64>
mUnkbee43e;
27
// NOLINTEND
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCAPI
Request
();
33
34
MCAPI
Request
(
::Bedrock::Http::Request
const
&);
35
36
MCAPI ::std::error_code _validate()
const
;
37
38
MCAPI ::Bedrock::Http::Request& operator=(
::Bedrock::Http::Request
const
&);
39
40
MCAPI ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::Bedrock::Http::Response>> send();
41
42
MCAPI
~Request
();
43
// NOLINTEND
44
45
public
:
46
// constructor thunks
47
// NOLINTBEGIN
48
MCAPI
void
* $ctor();
49
50
MCAPI
void
* $ctor(
::Bedrock::Http::Request
const
&);
51
// NOLINTEND
52
53
public
:
54
// destructor thunk
55
// NOLINTBEGIN
56
MCAPI
void
$dtor();
57
// NOLINTEND
58
};
59
60
}
// namespace Bedrock::Http
Bedrock::Http::Request
Definition
Request.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
http
Request.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0