Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FHttpRequestAdapterBase
Description
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.
Virtual Inheritance
- IHttpRequest::SetVerb → FHttpRequestAdapterBase::SetVerb
| Name | SetVerb |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/HttpRequestAdapter.h |
| Include Path | #include "HttpRequestAdapter.h" |
| Source | /Engine/Source/Runtime/Online/HTTP/Private/HttpRequestAdapter.cpp |
virtual void SetVerb
(
const FString & Verb
)
Parameters
| Name | Remarks |
|---|---|
| Verb | verb to use. |