#include <ContentDecoder.h>
Definition at line 32 of file ContentDecoder.h.
◆ ContentDecoder() [1/3]
web::http::ContentDecoder::ContentDecoder |
( |
| ) |
|
|
default |
◆ ContentDecoder() [2/3]
◆ ContentDecoder() [3/3]
◆ ~ContentDecoder()
web::http::ContentDecoder::~ContentDecoder |
( |
| ) |
|
|
virtual |
◆ getContent()
std::vector< char > && web::http::ContentDecoder::getContent |
( |
| ) |
|
◆ isComplete()
bool web::http::ContentDecoder::isComplete |
( |
| ) |
const |
◆ isError()
bool web::http::ContentDecoder::isError |
( |
| ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ read()
virtual std::size_t web::http::ContentDecoder::read |
( |
| ) |
|
|
pure virtual |
◆ completed
bool web::http::ContentDecoder::completed = false |
|
protected |
◆ content
std::vector<char> web::http::ContentDecoder::content |
|
protected |
◆ error
bool web::http::ContentDecoder::error = false |
|
protected |
The documentation for this class was generated from the following files: