Skip to content

RayLabz/Java-HTTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java-HTTP

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+

Download

Guide

Visit our guide here to find code snippets and usage examples.

Full example

Please see the complete example here.

Documentation

Visit the documentation.

License

Java-HTTP is released under the Apache 2.0 license.

Source code

You can find the source code at the project's repository here.

Bug reporting

Please report bugs here.

About

A Java utility library that makes HTTP requests easier to work with.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages