#ifndef _HTTPSERVER_HPP_
#define _HTTPSERVER_HPP_
#define _HTTPSERVER_HPP_INSIDE_
#include "httpserver/http_utils.hpp"
#include "httpserver/http_endpoint.hpp"
#include "httpserver/http_resource.hpp"
#include "httpserver/http_response.hpp"
#include "httpserver/http_request.hpp"
#include "httpserver/webserver.hpp"
#endif