public string http_get_ref(string url, string encode, string reference) { return(S_Net.Http(url, "GET", "", encode, reference)); }
public string http_get(string url, string encode = "utf-8") { return(S_Net.Http(url, "GET", "", encode)); }