- Add tasks for code formatting and checking in VSCode - Update .clang-format for consistent style - Clean up includes and formatting in various files
10 lines
137 B
C++
10 lines
137 B
C++
#pragma once
|
|
|
|
#include <webserv/http/HttpRequest.hpp>
|
|
#include <webserv/http/HttpResponse.hpp>
|
|
|
|
class Router
|
|
{
|
|
public:
|
|
Router();
|
|
}; |