java-http

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

Лицензия

Лицензия

Категории

Категории

Java Языки программирования
Группа

Группа

com.raylabz
Идентификатор

Идентификатор

java-http
Последняя версия

Последняя версия

2.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

java-http
A Java utility library that makes HTTP requests easier to work with.
Ссылка на сайт

Ссылка на сайт

http://maven.apache.org
Система контроля версий

Система контроля версий

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

Скачать java-http

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0