|
|
| TRequest (std::string &&header, std::function< TFuture< ssize_t >(char *, size_t)> bodyReader, std::function< TFuture< std::string >()> chunkHeaderReader={}) |
| |
|
std::string_view | Method () const |
| |
|
const TUri & | Uri () const |
| |
|
std::string_view | Version () const |
| |
|
bool | HasBody () const |
| |
|
TFuture< std::string > | ReadBodyFull () |
| |
|
TFuture< ssize_t > | ReadBodySome (char *buffer, size_t size) |
| |
|
bool | BodyConsumed () const |
| |
|
bool | RequireConnectionClose () const |
| |
The documentation for this class was generated from the following files: