1 2 3 4
#pragma once constexpr auto HTTP_RESPONSE_STATUS_OK = 200U; constexpr auto HTTP_RESPONSE_STATUS_INTERNAL_SERVER_ERROR = 500U;