LeviLamina
Loading...
Searching...
No Matches
msg_body_type.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
xbox::httpclient {
6
7
enum class
msg_body_type :
int
{
8
NoBody = 0,
9
ContentLengthChunked = 1,
10
TransferEncodingChunked = 2,
11
};
12
13
}
src
mc
external
lib_http_client
msg_body_type.h
Generated on Wed Jul 23 2025 08:34:02 for LeviLamina by
1.12.0