FHttpServerRequest

Windows
MacOS
Linux

References

Module

HttpServer

Header

/Engine/Source/Runtime/Online/HTTPServer/Public/HttpServerRequest.h

Include

#include "HttpServerRequest.h"

Syntax

struct FHttpServerRequest

Variables

Name Description

Public variable

TArray< uint8 >

 

Body

The raw body contents

Public variable

TMap< FString, ...

 

Headers

The HTTP headers

Public variable

HttpVersion::EH...

 

HttpVersion

The request HTTP protocol version

Public variable

TMap< FString, ...

 

PathParams

The path parameters

Public variable

TMap< FString, ...

 

QueryParams

The query parameters

Public variable

FHttpPath

 

RelativePath

The handler-route-relative HTTP path

Public variable

EHttpServerRequ...

 

Verb

The HTTP-compliant verb

Constructors

Name Description

Public function

FHttpServerRequest()

Constructor

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss