mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27: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)
|
||||
|
||||
Reference in New Issue
Block a user