LeviLamina
Loading...
Searching...
No Matches
ResponseBodyType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Bedrock::Http {
6
7
enum class
ResponseBodyType :
int
{
8
Buffered = 0,
9
File = 1,
10
Ignored = 2,
11
Generic = 3,
12
Count = 4,
13
};
14
15
}
src
mc
deps
core
http
ResponseBodyType.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0