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 |
curlGet(String url,
OutputStream respContentStream,
boolean verbose,
Map<String,String> headers,
String userPassword) |
Curl.CurlResult |
curlPost(String url,
boolean verbose,
Map<String,String> headers,
String userPassword,
byte[] content) |
Curl.CurlResult |
curlPost(String url,
OutputStream respContentStream,
boolean verbose,
Map<String,String> headers,
String userPassword,
byte[] content) |
Curl.CurlResult curlGet(String url, boolean verbose, Map<String,String> headers, String userPassword) throws Exception
ExceptionCurl.CurlResult curlGet(String url, OutputStream respContentStream, boolean verbose, Map<String,String> headers, String userPassword) throws Exception
ExceptionCurl.CurlResult curlPost(String url, boolean verbose, Map<String,String> headers, String userPassword, byte[] content) throws Exception
ExceptionCurl.CurlResult curlPost(String url, OutputStream respContentStream, boolean verbose, Map<String,String> headers, String userPassword, byte[] content) throws Exception
ExceptionCopyright © 2023. All rights reserved.