mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
change: location alg
This commit is contained in:
@@ -103,6 +103,10 @@ std::string Response::getCgiPass(void)
|
||||
return (_location->cgi_pass);
|
||||
}
|
||||
|
||||
unsigned int Response::getMaxBodySize(void)
|
||||
{
|
||||
return (_maxBodySize);
|
||||
}
|
||||
//-------------------------------------------------File---------------------------------------
|
||||
|
||||
void Response::OpenResponseFile(const char *path)
|
||||
|
||||
Reference in New Issue
Block a user