FRequestPayload

Abstraction that encapsulates the location of a request payload

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/HttpRequestPayload.h

Include

#include "GenericPlatform/HttpRequestPayload.h"

Syntax

class FRequestPayload

Remarks

Abstraction that encapsulates the location of a request payload

Destructors

Name Description

Public function Virtual

~FRequestPayload()

Functions

Name Description

Public function

size_t

 

FillOutputBuffer

(
    void* OutputBuffer,
    size_t MaxOutputBufferSize,
    size_t SizeAlreadySent
)

Read part of the underlying request payload into an output buffer.

Public function Const

const TArray...

 

GetContent()

Return a reference to the underlying memory buffer. Only valid for in-memory request payloads

Public function Const

int32

 

GetContentLength()

Get the total content length of the request payload in bytes

Public function Const

bool

 

IsURLEncoded()

Check if the request payload is URL encoded.

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