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];
|
_locationSTR = _location->redirect[_code];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
serverListen Response::getListen()
|
||||||
|
{
|
||||||
|
return (_listen);
|
||||||
|
}
|
||||||
|
|
||||||
//-------------------------------------------------File---------------------------------------
|
//-------------------------------------------------File---------------------------------------
|
||||||
|
|
||||||
void Response::OpenResponseFile(const char *path)
|
void Response::OpenResponseFile(const char *path)
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ private:
|
|||||||
std::string getTime(void);
|
std::string getTime(void);
|
||||||
std::string getContentType(void);
|
std::string getContentType(void);
|
||||||
public:
|
public:
|
||||||
|
serverListen getListen(void);
|
||||||
std::string getHeader(void);
|
std::string getHeader(void);
|
||||||
std::string getBody(void);
|
std::string getBody(void);
|
||||||
static std::string getReasonPhrase(std::string);
|
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