#pragma once #include #include "http_packet.h" using namespace Bk::Net; void http_server(); std::string http_handler(Socket& sock, Connection conn);