| Package | Description |
|---|---|
| io.github.openunirest.request | |
| io.github.openunirest.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 jsonBody) |
RequestBodyEntity |
RequestBodyEntity.body(String bodyAsString) |
Copyright © 2018. All rights reserved.