Entries on the queue for later handling.
More...
|
| | Callback (std::unique_ptr< char[]> data, size_t length) |
| | Create the callback.
|
|
| Callback ()=default |
| | Default constructor for a failed callback.
|
|
| std::unique_ptr< char[]> | data {} |
| | The data of the callback.
|
| size_t | length = 0 |
| | The length of the data.
|
| bool | failure = true |
| | Whether the callback denotes a failure.
|
Entries on the queue for later handling.
Definition at line 23 of file http_shared.h.
◆ Callback()
| HTTPThreadSafeCallback::Callback::Callback |
( |
std::unique_ptr< char[]> | data, |
|
|
size_t | length ) |
|
inline |
◆ data
| std::unique_ptr<char[]> HTTPThreadSafeCallback::Callback::data {} |
◆ failure
| bool HTTPThreadSafeCallback::Callback::failure = true |
◆ length
| size_t HTTPThreadSafeCallback::Callback::length = 0 |
The documentation for this class was generated from the following file: