add: cgi (!full)

This commit is contained in:
Talyx
2022-02-09 22:59:29 +03:00
parent 0103dc97dd
commit 0e9e412985
3 changed files with 6 additions and 15492 deletions

View File

@@ -93,6 +93,11 @@ void Response::setLocation(void)
_locationSTR = _location->redirect[_code];
}
serverListen Response::getListen()
{
return (_listen);
}
//-------------------------------------------------File---------------------------------------
void Response::OpenResponseFile(const char *path)

View File

@@ -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);

File diff suppressed because one or more lines are too long