virthttp
0.0
libvirt http interface
|
#include <boost/beast.hpp>
#include <rapidjson/document.h>
#include <rapidjson/stringbuffer.h>
#include <rapidjson/writer.h>
#include "../general_store.hpp"
#include "../handler.hpp"
#include "../handlers/async/async_handler.hpp"
#include "wrapper/decoder_support/compression.hpp"
#include "urlparser.hpp"
Go to the source code of this file.
Functions | |
template<class Body , class Allocator , class Send > | |
void | handle_request (GeneralStore &gstore, boost::beast::http::request< Body, boost::beast::http::basic_fields< Allocator >> &&req, Send &&send) |
void handle_request | ( | GeneralStore & | gstore, |
boost::beast::http::request< Body, boost::beast::http::basic_fields< Allocator >> && | req, | ||
Send && | send | ||
) |