static func getReasonPhrase()

This commit is contained in:
Talyx
2022-01-29 14:16:41 +03:00
parent 880af6cd6a
commit 087b16546e
2 changed files with 6 additions and 4 deletions

View File

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