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