Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::HttpClientOperationEvent Struct Reference

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)
 

Detailed Description

Event slot storage used by HttpClientOperation to hand off backend notifications.


The documentation for this struct was generated from the following file: