unirest-java v3.13.3 Release Notes

    • 👌 Support a way to override Apache HttpClientBuilder options with the Client Builder. All Unirest configs are set first, then the consumer is called which allows consumers to override or add additional configs: java Unirest.config() .httpClient(ApacheClient.builder(c -> c.setMaxConnTotal(5000));