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>
mUnkcb7d93;
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
::ll::UntypedStorage<1, 1>
mUnk7f9c7c;
28
// NOLINTEND
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCNAPI
Request
();
34
35
MCNAPI
Request
(
::Bedrock::Http::Request
const
&);
36
37
MCNAPI ::Bedrock::Http::Request&
operator=
(
::Bedrock::Http::Request
const
&);
38
39
MCNAPI ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::Bedrock::Http::Response>>
send
();
40
41
MCNAPI
~Request
();
42
// NOLINTEND
43
44
public
:
45
// constructor thunks
46
// NOLINTBEGIN
47
MCNAPI
void
*
$ctor
();
48
49
MCNAPI
void
*
$ctor
(
::Bedrock::Http::Request
const
&);
50
// NOLINTEND
51
52
public
:
53
// destructor thunk
54
// NOLINTBEGIN
55
MCNAPI
void
$dtor
();
56
// NOLINTEND
57
};
58
59
}
// namespace Bedrock::Http
Bedrock::Http::Request
Definition
Request.h:15
Bedrock::Http::Request::$ctor
MCAPI void * $ctor()
Bedrock::Http::Request::$dtor
MCAPI void $dtor()
Bedrock::Http::Request::~Request
MCAPI ~Request()
Bedrock::Http::Request::Request
MCAPI Request()
Bedrock::Http::Request::send
MCAPI ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::Bedrock::Http::Response > > send()
Bedrock::Http::Request::$ctor
MCAPI void * $ctor(::Bedrock::Http::Request const &)
Bedrock::Http::Request::operator=
MCAPI::Bedrock::Http::Request & operator=(::Bedrock::Http::Request const &)
Bedrock::Http::Request::Request
MCAPI Request(::Bedrock::Http::Request const &)
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
http
Request.h
Generated on Fri Jun 13 2025 05:04:22 for LeviLamina by
1.12.0