基于libevent的http server
需求:实现http server,提供rest接口实现:使用libevent实现http server,采用多线程处理,每个线程对应一个event base代码:1.socket_config.hpp#ifndef SRC_SOCKET_CONFIG_HPP_#define SRC_SOCKET_CONFIG_HPP_#include <string>using...