update class client, request

This commit is contained in:
Talyx
2022-01-29 20:12:52 +03:00
parent 087b16546e
commit 3c73534084
5 changed files with 161 additions and 26 deletions

View File

@@ -25,8 +25,8 @@ private:
public:
std::string getClient(void);
std::string getBody(void);
static std::string getReasonPhrase(std::string);
static std::string getReasonPhrase(int);
static std::string getReasonPhrase(std::string);
static std::string getReasonPhrase(int);
std::string getErrorPage(int code);