2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
19#ifndef WEB_HTTP_STATUSCODES_H
20#define WEB_HTTP_STATUSCODES_H
22#ifndef DOXYGEN_SHOULD_SKIP_THIS
virtual void analyzeHeader()
static bool contains(int status)
static std::map< int, std::string > statusCode
static std::string reason(int status)
void parseError(int code, const std::string &reason) override
void parseStartLine(const std::string &line) override
void analyzeHeader() override
Response && getResponse()
void parsingFinished() override