5 #ifndef SRC_BFD_REST_COMMON_
6 #define SRC_BFD_REST_COMMON_
16 int status_code = 200);
18 int status_code = 500);
23 #endif // SRC_BFD_REST_COMMON_
void SendResponse(HttpSession *session, const std::string &msg, int status_code)
void SendErrorResponse(HttpSession *session, const std::string &error_msg, int status_code)