Navigation
API > API/Runtime > API/Runtime/HTTP > API/Runtime/HTTP/Interfaces
Inheritance Hierarchy
- IHttpBase
- IHttpResponse
References
| Module | HTTP |
| Header | /Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpResponse.h |
| Include | #include "Interfaces/IHttpResponse.h" |
Syntax
class IHttpResponse : public IHttpBase
Remarks
Interface for Http responses that come back after starting an Http request
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor for overrides |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | Returns the payload as a string, assuming the payload is UTF8. | ||
| int32 | Gets the response code returned by the requested server. |