Asynchronous HTTP client

Async HTTP client based on Netty, using Java 8 lambdas for callbacks.

License

License

Categories

Categories

CLI User Interface Async Http Client Net HTTP Clients
GroupId

GroupId

com.github.faubertin
ArtifactId

ArtifactId

async-http-client
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Asynchronous HTTP client
Async HTTP client based on Netty, using Java 8 lambdas for callbacks.

Download async-http-client

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
io.netty : netty-codec-http jar 4.0.24.Final
com.jcraft : jzlib jar 1.1.2
com.google.guava : guava jar 18.0
org.slf4j : slf4j-api jar 1.7.7
org.mockito : mockito-all jar 1.10.8

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.14.8

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.1.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.1