IHttpRequest::SetVerb

Sets the verb used by the request.

Windows
MacOS
Linux

Override Hierarchy

IHttpRequest::SetVerb()

FHttpRequestAdapterBase::SetVerb()

References

Module

HTTP

Header

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

Include

#include "Interfaces/IHttpRequest.h"

Syntax

void SetVerb
(
    const FString & Verb
)

Remarks

Sets the verb used by the request. Eg. (GET, PUT, POST) Should be set before calling ProcessRequest. If not specified then a GET is assumed.

Parameters

Parameter

Description

Verb

verb to use.

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