mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
add: cgi (!full)
This commit is contained in:
@@ -93,6 +93,11 @@ void Response::setLocation(void)
|
||||
_locationSTR = _location->redirect[_code];
|
||||
}
|
||||
|
||||
serverListen Response::getListen()
|
||||
{
|
||||
return (_listen);
|
||||
}
|
||||
|
||||
//-------------------------------------------------File---------------------------------------
|
||||
|
||||
void Response::OpenResponseFile(const char *path)
|
||||
|
||||
@@ -57,6 +57,7 @@ private:
|
||||
std::string getTime(void);
|
||||
std::string getContentType(void);
|
||||
public:
|
||||
serverListen getListen(void);
|
||||
std::string getHeader(void);
|
||||
std::string getBody(void);
|
||||
static std::string getReasonPhrase(std::string);
|
||||
|
||||
15492
www/docs/Voina i mir.txt
15492
www/docs/Voina i mir.txt
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user