Closed welove-t closed 10 months ago
下記のようなイメージで管理する
const std::map<int, std::string> STATUS_CODES = { {200, "200 OK"}, {403, "403 Forbidden"}, {404, "404 Not Found"}, {500, "500 Internal Server Error"} // 他のステータスコードも必要に応じて追加 };
下記のようなイメージで管理する