mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
bug fix
This commit is contained in:
@@ -9,7 +9,7 @@ class Response
|
||||
{
|
||||
private:
|
||||
std::string _body;
|
||||
std::string _Client;
|
||||
std::string _header;
|
||||
Request _request;
|
||||
ServerConfig *_config;
|
||||
|
||||
@@ -23,7 +23,7 @@ private:
|
||||
void invalidClient(void);
|
||||
|
||||
public:
|
||||
std::string getClient(void);
|
||||
std::string getHeader(void);
|
||||
std::string getBody(void);
|
||||
static std::string getReasonPhrase(std::string);
|
||||
static std::string getReasonPhrase(int);
|
||||
|
||||
Reference in New Issue
Block a user