public class Request extends Object
| Constructor and Description |
|---|
Request() |
Request(String path) |
Request(String path,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
delete(String urlStr) |
String |
get(String urlStr) |
String |
get(String urlStr,
Map<String,String> params) |
String |
post(String urlStr,
Map<String,String> params) |
String |
put(String urlStr,
Map<String,String> params) |
public Request(String path)
public Request()
public String get(String urlStr) throws IOException
IOExceptionpublic String get(String urlStr, Map<String,String> params) throws IOException
IOExceptionpublic String post(String urlStr, Map<String,String> params) throws IOException
IOExceptionpublic String put(String urlStr, Map<String,String> params) throws IOException
IOExceptionpublic String delete(String urlStr) throws IOException
IOExceptionCopyright © 2016 CrossBrowserTesting.com. All rights reserved.