Navigation
API > API/Plugins > API/Plugins/WebAPI
Inheritance Hierarchy
- FWebAPIHttpResponseHandlerInterface
- FWebAPIAuthenticationSchemeHandler
- FWebAPIOAuthSchemeHandler
- UWebAPIDeveloperSettings
- UWebAPISubsystem
References
| Module | WebAPI |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPI/Public/WebAPIHttpMessageHandlers.h |
| Include | #include "WebAPIHttpMessageHandlers.h" |
Syntax
class FWebAPIHttpResponseHandlerInterface
Remarks
Implementers receive any Http Response for their owning API.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | HandleHttpResponse
(
EHttpResponseCodes::Type InResponseCode, |
Return true if the response was handled, subsequent handlers won't be called. |