mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
static func getReasonPhrase()
This commit is contained in:
@@ -94,6 +94,8 @@ void Response::methodGet(void)
|
||||
|
||||
//-------------------------------------------------GET/SET---------------------------------------
|
||||
|
||||
std::map<std::string, std::string> Response::_errorCode;
|
||||
|
||||
void Response::initErrorCode(void)
|
||||
{
|
||||
_errorCode["100"] = "Continue";
|
||||
|
||||
Reference in New Issue
Block a user