This commit is contained in:
acetone
2022-11-19 22:09:39 +03:00
parent 0bbfadefcc
commit 72f806dccc
+1
View File
@@ -24,6 +24,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <QJsonDocument>
#include <QCryptographicHash>
#include <QDebug>
#include <QDateTime>
const QString HttpDocument::Code::_200 = "200 OK";
const QString HttpDocument::Code::_303 = "303 See Other";