mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
feat: add some fields
This commit is contained in:
@@ -29,6 +29,16 @@ private:
|
||||
|
||||
public:
|
||||
bool allRead;
|
||||
enum e_req_status
|
||||
{
|
||||
READING,
|
||||
WRITING,
|
||||
ENDED
|
||||
} req_status;
|
||||
|
||||
int serverfd;
|
||||
size_t readn;
|
||||
size_t left;
|
||||
|
||||
public:
|
||||
Request getRequest(void);
|
||||
|
||||
Reference in New Issue
Block a user