IHttpBase

Base interface for Http Requests and Responses.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpBase.h

Include

#include "Interfaces/IHttpBase.h"

Syntax

class IHttpBase

Remarks

Base interface for Http Requests and Responses.

Destructors

Name Description

Public function Virtual

~IHttpBase()

Destructor for overrides

Functions

Name Description

Public function Const

TArray< FStr...

 

GetAllHeaders()

Return all headers in an array in "Name: Value" format.

Public function Const

const TArray...

 

GetContent()

Get the content payload of the request or response.

Public function Const

int32

 

GetContentLength()

Shortcut to get the Content-Length header value.

Public function Const

FString

 

GetContentType()

Shortcut to get the Content-Type header value (if available)

Public function Const

FString

 

GetHeader

(
    const FString& HeaderName
)

Gets the value of a header, or empty string if not found.

Public function Const

FString

 

GetURL()

Get the URL used to send the request.

Public function Const

FString

 

GetURLParameter

(
    const FString& ParameterName
)

Gets an URL parameter.

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