Esempio n. 1
0
 private static HttpResponse DoExecuteAsGet(IHttp http, string method) => http.AsGet(method);
Esempio n. 2
0
 private static HttpResponse DoExecuteAsGet(IHttp http, string method)
 {
     return(http.AsGet(method));
 }
 public HttpResponse AsGet(string httpMethod)
 {
     return(_rawHttp.AsGet(httpMethod));
 }