| Package | Description |
|---|---|
| org.boon | |
| org.boon.service |
| Modifier and Type | Method and Description |
|---|---|
static Response |
HTTP.getResponse(String url) |
static Response |
HTTP.jsonRestCall(String url) |
static Response |
HTTP.jsonRestCallViaPOST(String url,
String jsonString) |
static Response |
HTTP.jsonRestCallWithHeaders(String url,
Map<String,?> headers) |
static Response |
HTTP.postBodyTextWithContentTypeReturnResponse(String url,
String contentType,
String body) |
| Modifier and Type | Method and Description |
|---|---|
static Response |
Response.response(int status,
Map headers,
String statusMessage,
String payload) |
Copyright © 2016. All Rights Reserved.