Apache Mesos
|
#include <http.hpp>
Public Member Functions | |
Future< std::string > | read () |
Future< std::string > | readAll () |
bool | close () |
bool | operator== (const Reader &other) const |
bool | operator!= (const Reader &other) const |
Friends | |
class | Pipe |
bool process::http::Pipe::Reader::close | ( | ) |
|
inline |
|
inline |
Future<std::string> process::http::Pipe::Reader::read | ( | ) |
Future<std::string> process::http::Pipe::Reader::readAll | ( | ) |
|
friend |