![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
Classes | |
| struct | FHttpServerRequest |
Enumerations | |
| enum class | EHttpServerRequestVerbs : uint16 { VERB_NONE = 0 , VERB_GET = 1 << 0 , VERB_POST = 1 << 1 , VERB_PUT = 1 << 2 , VERB_PATCH = 1 << 3 , VERB_DELETE = 1 << 4 , VERB_OPTIONS = 1 << 5 } |
Functions | |
| ENUM_CLASS_FLAGS (EHttpServerRequestVerbs) | |
|
strong |
| ENUM_CLASS_FLAGS | ( | EHttpServerRequestVerbs | ) |