RequestBodyEntity |
RequestBodyEntity.body(byte[] bodyBytes) |
RequestBodyEntity |
HttpRequestWithBody.body(byte[] body) |
RequestBodyEntity |
HttpRequestWithBody.body(JSONArray body) |
RequestBodyEntity |
RequestBodyEntity.body(JsonNode jsonBody) |
RequestBodyEntity |
HttpRequestWithBody.body(JsonNode body) |
RequestBodyEntity |
HttpRequestWithBody.body(JSONObject body) |
RequestBodyEntity |
HttpRequestWithBody.body(Object body) |
RequestBodyEntity |
RequestBodyEntity.body(String bodyAsString) |
RequestBodyEntity |
HttpRequestWithBody.body(String body) |
RequestBodyEntity |
RequestBodyEntity.charset(Charset charset) |