Esempio n. 1
0
 int GETStatus(string path)
 => WebClientHelper.StatusCode($"http://localhost:{port}{path}", "GET");
Esempio n. 2
0
 string GET(string path)
 => WebClientHelper.Body($"http://localhost:{port}{path}", "GET");