Event slot storage used by HttpClientOperation to hand off backend notifications. More...
#include <HttpClient.h>
Public Types | |
| enum class | Type : uint8_t { ResponseHead , ResponseData , ResponseComplete , Error } |
Public Attributes | |
| Type | type = Type::ResponseHead |
| size_t | size = 0 |
| size_t | bufferIndex = 0 |
| Result | error = Result(true) |
Event slot storage used by HttpClientOperation to hand off backend notifications.