Apache Mesos
|
#include <http.hpp>
Public Member Functions | |
NotImplemented () | |
NotImplemented (std::string body) | |
Public Member Functions inherited from process::http::Response | |
Response () | |
Response (uint16_t _code) | |
Response (std::string _body, uint16_t _code, const std::string &contentType="text/plain; charset=utf-8") | |
Additional Inherited Members | |
Public Types inherited from process::http::Response | |
enum | { NONE, BODY, PATH, PIPE } |
Public Attributes inherited from process::http::Response | |
std::string | status |
Headers | headers |
enum process::http::Response:: { ... } | type |
std::string | body |
std::string | path |
Option< Pipe::Reader > | reader |
uint16_t | code |
|
inline |
|
inlineexplicit |