virthttp  0.0
libvirt http interface
Functions
request_handler.hpp File Reference
#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)
 

Function Documentation

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 
)