non d'origine javafx
HttpResponse<JsonNode> jsonResponse
= Unirest.get("website")
.header("key", "value")
.asJson();
Pleasant Pig