Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/GenericPlatform > API/Runtime/HTTP/GenericPlatform/FHttpRequestCommon
- IHttpRequest::SetOption()
- FHttpRequestCommon::SetOption()
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/GenericPlatform/HttpRequestCommon.h |
| Include | #include "GenericPlatform/HttpRequestCommon.h" |
| Source | /Engine/Source/Runtime/Online/HTTP/Private/GenericPlatform/HttpRequestCommon.cpp |
virtual void SetOption
(
const FName Option,
const FString & OptionValue
)
Remarks
Sets the given option for this Request Must be set before calling ProcessRequest.
Parameters
| Name | Description |
|---|---|
| Option | The option to set, see 'HttpRequestOptions' for supported options |
| OptionValue | The value of the option to set |