9 lines
No EOL
147 B
C++
9 lines
No EOL
147 B
C++
#pragma once
|
|
|
|
#include "HttpPreamble.h"
|
|
|
|
class HttpParser
|
|
{
|
|
public:
|
|
static bool parsePreamble(const std::string& line, HttpPreamble& preamble);
|
|
}; |