VWeb/Includes/VWeb.h
Maurice Grönwoldt 5bb68a7d02 Split VWeb into smaller headers
We have no make install support... so we don't need to have everything as a single-header and lib file.
2023-09-16 16:29:03 +02:00

7 lines
121 B
C

#pragma once
#include "Request.h"
#include "Response.h"
#include "Route.h"
#include "Server.h"
#include "ServerConfig.h"