public interface IHttpExecutor
| Modifier and Type | Method and Description |
|---|---|
String |
get(String url)
Performs a Http GET request
|
String |
post(String url,
String data)
Performs a Http POST request
|
Copyright © 2019. All rights reserved.