OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bfd_rest_common.cc File Reference
#include "bfd/rest_api/bfd_rest_common.h"
#include <boost/lexical_cast.hpp>
#include <rapidjson/document.h>
#include <rapidjson/stringbuffer.h>
#include <rapidjson/writer.h>
#include "http/http_session.h"
Include dependency graph for bfd_rest_common.cc:

Go to the source code of this file.

Namespaces

 BFD
 
 BFD::REST
 

Functions

void BFD::REST::SendResponse (HttpSession *session, const std::string &msg, int status_code)
 
void BFD::REST::SendErrorResponse (HttpSession *session, const std::string &error_msg, int status_code)