Start working on build system.

This commit is contained in:
jmsgrogan 2023-12-20 16:58:22 +00:00
parent 4b308f6c32
commit 521486be62
88 changed files with 1065 additions and 349 deletions

View file

@ -1,9 +0,0 @@
#pragma once
#include "HttpPreamble.h"
class HttpParser
{
public:
static bool parsePreamble(const std::string& line, HttpPreamble& preamble);
};