#pragma once #include "config.h" namespace HTTP { int server(Config& config); } // namespace HTTP