Apache Mesos
|
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
mesos | |
Enumerations | |
enum | mesos::ContentType { mesos::ContentType::PROTOBUF, mesos::ContentType::JSON, mesos::ContentType::RECORDIO } |
Functions | |
std::ostream & | mesos::operator<< (std::ostream &stream, ContentType contentType) |
Variables | |
const char | mesos::APPLICATION_PROTOBUF [] = "application/x-protobuf" |
const char | mesos::APPLICATION_JSON [] = "application/json" |
const char | mesos::APPLICATION_RECORDIO [] = "application/recordio" |
const char | mesos::MESSAGE_CONTENT_TYPE [] = "Message-Content-Type" |
const char | mesos::MESSAGE_ACCEPT [] = "Message-Accept" |