Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
A HTTP response.
| Name | FIoHttpResponse |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/HttpIoDispatcher.h |
| Include Path | #include "IO/HttpIoDispatcher.h" |
Syntax
class FIoHttpResponse
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IO/HttpIoDispatcher.h | |||
FIoHttpResponse
(
EIoErrorCode InErrorCode, |
IO/HttpIoDispatcher.h | ||
FIoHttpResponse
(
const FIoHash& InCacheKey, |
IO/HttpIoDispatcher.h | ||
FIoHttpResponse
(
const FIoHash& InCacheKey, |
IO/HttpIoDispatcher.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Body | FIoBuffer | IO/HttpIoDispatcher.h | ||
| CacheKey | FIoHash | IO/HttpIoDispatcher.h | ||
| ErrorCode | EIoErrorCode | IO/HttpIoDispatcher.h | ||
| Flags | EIoHttpResponseFlags | IO/HttpIoDispatcher.h | ||
| Headers | FIoHttpHeaders | IO/HttpIoDispatcher.h | ||
| StatusCode | uint32 | IO/HttpIoDispatcher.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FIoBuffer & GetBody() |
IO/HttpIoDispatcher.h | ||
const FIoHash & GetCacheKey() |
IO/HttpIoDispatcher.h | ||
EIoErrorCode GetErrorCode() |
IO/HttpIoDispatcher.h | ||
EIoHttpResponseFlags GetFlags() |
IO/HttpIoDispatcher.h | ||
const FIoHttpHeaders & GetHeaders() |
IO/HttpIoDispatcher.h | ||
uint32 GetStatusCode() |
IO/HttpIoDispatcher.h | ||
bool IsCached() |
IO/HttpIoDispatcher.h | ||
bool IsCancelled() |
IO/HttpIoDispatcher.h | ||
bool IsOk() |
IO/HttpIoDispatcher.h |