mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-15 22:46:16 +00:00
- Use final - package-private methods can throw more precise exception - Add missing Javadoc comments - Use lambdas - Better StringBuilder allocation - Make private final class a static class - Make private instance variable final in test - Single lambda parameter does not need parentheses - Package-private class constructor can be package-private