LeviLamina
Loading...
Searching...
No Matches
PUT.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Bedrock::Http::MethodType {
6
7struct PUT {
8public:
9 // static variables
10 // NOLINTBEGIN
11 MCAPI static ::std::string const& name();
12 // NOLINTEND
13};
14
15} // namespace Bedrock::Http::MethodType