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