CCF
|
#include "ccf/http_responder.h"
#include "ccf/odata_error.h"
#include "ccf/rpc_context.h"
#include "ds/actors.h"
#include "http_parser.h"
#include "node/rpc_context_impl.h"
Go to the source code of this file.
Classes | |
class | http::HttpRpcContext |
Namespaces | |
namespace | http |
namespace | ccf |
Functions | |
std::vector< uint8_t > | http::error (ccf::ErrorDetails &&error) |
std::vector< uint8_t > | http::error (ccf::http_status status, const std::string &code, std::string &&msg) |
std::shared_ptr<::http::HttpRpcContext > | ccf::make_rpc_context (std::shared_ptr< ccf::SessionContext > s, const std::vector< uint8_t > &packed) |
std::shared_ptr<::http::HttpRpcContext > | ccf::make_fwd_rpc_context (std::shared_ptr< ccf::SessionContext > s, const std::vector< uint8_t > &packed, ccf::FrameFormat frame_format) |