| Package | Description |
|---|---|
| com.mashape.unirest.request | |
| com.mashape.unirest.request.body |
| Modifier and Type | Method and Description |
|---|---|
RequestBodyEntity |
HttpRequestWithBody.body(org.json.JSONArray body)
Sugar method for body operation
|
RequestBodyEntity |
HttpRequestWithBody.body(JsonNode body) |
RequestBodyEntity |
HttpRequestWithBody.body(org.json.JSONObject body)
Sugar method for body operation
|
RequestBodyEntity |
HttpRequestWithBody.body(Object body) |
RequestBodyEntity |
HttpRequestWithBody.body(String body) |
| Modifier and Type | Method and Description |
|---|---|
RequestBodyEntity |
RequestBodyEntity.body(JsonNode body) |
RequestBodyEntity |
RequestBodyEntity.body(String body) |
Copyright © 2016. All rights reserved.