A utility library that makes HTTP requests easier to work with.
The Java HTTP library simplifies the execution of HTTP requests in Java through standardization. It allows you to quickly build a request using a builder pattern, add parameters, execute the request and receive a response and its data. While standardizing the aspects of HTTP requests, the library still maintains some versatility, allowing you to a) define request headers and read response headers and b) define request timeouts.
The package requires Java 8+
Visit our guide here to find code snippets and usage examples.
Please see the complete example here.
Visit the documentation.
Java-HTTP is released under the Apache 2.0 license.
You can find the source code at the project's repository here.
Please report bugs here.