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