#pragma once #include using namespace std; class Fclient{ public: static int Sendreq(string& sendUrl, string& sendHeader, string& reqData, string& req_callback, int type); };