Start working on build system.
This commit is contained in:
parent
4b308f6c32
commit
521486be62
88 changed files with 1065 additions and 349 deletions
9
src/base/core/protocol/HttpParser.h
Normal file
9
src/base/core/protocol/HttpParser.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "HttpPreamble.h"
|
||||
|
||||
class HttpParser
|
||||
{
|
||||
public:
|
||||
static bool parsePreamble(const std::string& line, HttpPreamble& preamble);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue