Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/FHttpModule
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/HttpModule.h |
| Include | #include "HttpModule.h" |
void AddDefaultHeader
(
const FString & HeaderName,
const FString & HeaderValue
)
Remarks
Add a default header to be appended to future requests If a request already specifies this header, then the defaulted version will not be used
Parameters
| Name | Description |
|---|---|
| HeaderName | Name of the header (e.g., "Content-Type") |
| HeaderValue | Value of the header |