| Package | Description |
|---|---|
| org.wso2.carbon.apimgt.samples.utils |
| Modifier and Type | Method and Description |
|---|---|
static HttpResponse |
HTTPSClientUtils.doGet(String url,
Map<String,String> headers)
do HTTP GET operation for the given URL
|
static HttpResponse |
HTTPSClientUtils.doPost(String url,
Map<String,String> headers,
List<org.apache.http.NameValuePair> urlParameters)
do HTTP POST operation for the given URL
|
static HttpResponse |
HTTPSClientUtils.doPost(String url,
Map<String,String> headers,
String payload)
do HTTP POST operation for the given URL
|
static HttpResponse |
HTTPSClientUtils.doPost(URL url,
Map<String,String> headers,
String json)
do HTTP POST operation for the given URL with JSON entity
|
static HttpResponse |
HTTPSClientUtils.doPost(URL url,
String urlParams,
Map<String,String> headers)
do HTTP POST operation for the given URL
|
static HttpResponse |
HTTPSClientUtils.doPut(String url,
Map<String,String> headers,
String payload)
do HTTP PUT operation for the given URL
|
Copyright © 2019 WSO2 Inc. All rights reserved.