UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
HttpServerRequest.h File Reference
#include "CoreMinimal.h"
#include "HttpPath.h"
#include "HttpServerHttpVersion.h"

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)
 

Enumeration Type Documentation

◆ EHttpServerRequestVerbs

Enumerator
VERB_NONE 
VERB_GET 
VERB_POST 
VERB_PUT 
VERB_PATCH 
VERB_DELETE 
VERB_OPTIONS 

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( EHttpServerRequestVerbs  )