CCF
|
#include "ccf/claims_digest.h"
#include "ccf/frame_format.h"
#include "ccf/http_consts.h"
#include "ccf/http_header_map.h"
#include "ccf/http_responder.h"
#include "ccf/odata_error.h"
#include "ccf/redirect.h"
#include "ccf/rest_verb.h"
#include "ccf/service/signed_req.h"
#include "ccf/tx_id.h"
#include <vector>
Go to the source code of this file.
Classes | |
struct | ccf::SessionContext |
class | ccf::RpcContext |
Describes the currently executing RPC. More... | |
Namespaces | |
namespace | ccf |
Typedefs | |
using | ccf::ListenInterfaceID = std::string |
using | ccf::PathParams = std::map< std::string, std::string, std::less<> > |