implement GetOSName, start working on HttpsPOST

This commit is contained in:
Lion Kortlepel
2021-06-25 00:42:45 +02:00
parent b1caf5c29a
commit 80432eb718
6 changed files with 125 additions and 33 deletions

View File

@@ -9,4 +9,4 @@ std::string POST(const std::string& host, const std::string& target, const std::
namespace Status {
std::string ToString(int code);
}
}
}