feat: allRead

This commit is contained in:
3lswear
2022-01-30 13:54:03 +03:00
parent 633d57df14
commit 307e0abeac
2 changed files with 9 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ private:
std::string _headerToSend;
std::string _toSend;
std::map<std::string, std::string> _errorCode;
public:
bool allRead;
public:
Request getRequest(void);
@@ -35,6 +38,7 @@ public:
void setFd(int);
int getFd(void);
public:
int parseRequest(void);