mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
feat: allRead
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user