virthttp
0.0
libvirt http interface
|
#include <utility>
#include <boost/beast/http/message.hpp>
#include <rapidjson/document.h>
#include "handlers/domain.hpp"
#include "wrapper/handlers/network.hpp"
#include "actions_table.hpp"
#include "dispatch.hpp"
#include "general_store.hpp"
#include "json_utils.hpp"
#include "logger.hpp"
#include "solver.hpp"
#include "urlparser.hpp"
#include "virt_wrap.hpp"
Go to the source code of this file.
Functions | |
template<class Body , class Allocator > | |
rapidjson::StringBuffer | handle_json (GeneralStore &gstore, const http::request< Body, http::basic_fields< Allocator >> &req, const TargetParser &target) |
rapidjson::StringBuffer handle_json | ( | GeneralStore & | gstore, |
const http::request< Body, http::basic_fields< Allocator >> & | req, | ||
const TargetParser & | target | ||
) |