public interface Curl
| Modifier and Type | Interface and Description |
|---|---|
static class |
Curl.CurlResult |
| Modifier and Type | Method and Description |
|---|---|
Curl.CurlResult |
curlGet(String url,
boolean verbose,
Map<String,String> headers,
String userPassword) |
Curl.CurlResult |
curlPost(String url,
boolean verbose,
Map<String,String> headers,
String userPassword,
byte[] content) |
Copyright © 2020. All rights reserved.