IHeaders

An interface for setting response headers emulating a http implementation.

Windows
MacOS
Linux

References

Module

WebBrowser

Header

/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserSchemeHandler.h

Include

#include "IWebBrowserSchemeHandler.h"

Syntax

class IHeaders

Remarks

An interface for setting response headers emulating a http implementation.

Functions

Name Description

Public function

void

 

SetContentLength

(
    int32 ContentLength
)

Sets the content length for the response.

Public function

void

 

SetHeader

(
    const TCHAR* Key,
    const TCHAR* Value
)

Sets a header for the response.

Public function

void

 

SetMimeType

(
    const TCHAR* MimeType
)

Sets the mime type for the response.

Public function

void

 

SetRedirect

(
    const TCHAR* Url
)

Sets a redirect url for the response. Other calls will be ignored if this is used.

Public function

void

 

SetStatusCode

(
    int32 StatusCode
)

Sets the status code for the response.

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