java-http

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

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.raylabz
ArtifactId

ArtifactId

java-http
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

java-http
A Java utility library that makes HTTP requests easier to work with.
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

http://github.com/raylabz/java-http/tree/master

Download java-http

How to add to project

<!-- https://jarcasting.com/artifacts/com.raylabz/java-http/ -->
<dependency>
    <groupId>com.raylabz</groupId>
    <artifactId>java-http</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.raylabz/java-http/
implementation 'com.raylabz:java-http:2.0.1'
// https://jarcasting.com/artifacts/com.raylabz/java-http/
implementation ("com.raylabz:java-http:2.0.1")
'com.raylabz:java-http:jar:2.0.1'
<dependency org="com.raylabz" name="java-http" rev="2.0.1">
  <artifact name="java-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.raylabz', module='java-http', version='2.0.1')
)
libraryDependencies += "com.raylabz" % "java-http" % "2.0.1"
[com.raylabz/java-http "2.0.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

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.

com.raylabz

RayLabz

RayLabz develops apps and software systems running on public clouds.

Versions

Version
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0