LeviLamina
Loading...
Searching...
No Matches
HeaderCollection.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Bedrock::Http {
6
7
class
HeaderCollection
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 64>
mUnk1f0eba;
12
// NOLINTEND
13
14
public
:
15
// prevent constructor by default
16
HeaderCollection
& operator=(
HeaderCollection
const
&);
17
HeaderCollection
(
HeaderCollection
const
&);
18
HeaderCollection
();
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI
void
_addHeader(::std::string
const
& headerName, ::std::string
const
& headerValue,
bool
setValue);
24
25
MCAPI
void
add(::std::string
const
& headerName, ::std::string
const
& headerValue);
26
27
MCAPI
void
addNoSafetyChecks(::std::string
const
& headerName, ::std::string
const
& headerValue);
28
29
MCAPI ::std::string
const
& get(::std::string
const
& headerName)
const
;
30
31
MCAPI
void
set(::std::string
const
& headerName, ::std::string
const
& headerValue);
32
33
MCAPI
~HeaderCollection
();
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
MCFOLD
void
$dtor();
40
// NOLINTEND
41
};
42
43
}
// namespace Bedrock::Http
Bedrock::Http::HeaderCollection
Definition
HeaderCollection.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
http
HeaderCollection.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0