Anonymous275 ccdbc51b30 V1.6
Rewrite
2020-08-21 20:57:41 +03:00

6 lines
192 B
C++

///
/// Created by Anonymous275 on 7/18/2020
///
#pragma once
int Download(const std::string& URL,const std::string& Path,bool close);
std::string HTTP_REQUEST(const std::string& IP,int port);