Asynchronous Http Client

Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses.

License

License

Categories

Categories

Gatling Application Testing & Monitoring CLI User Interface Async Http Client Net HTTP Clients
GroupId

GroupId

io.gatling
ArtifactId

ArtifactId

async-http-client
Last Version

Last Version

1.9.0-BETA6-gatling-1
Release Date

Release Date

Type

Type

jar
Description

Description

Asynchronous Http Client
Async Http Client library purpose is to allow Java applications to easily execute HTTP requests and asynchronously process the HTTP responses.

Download async-http-client

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
io.netty : netty jar 3.9.3.Final
org.glassfish.grizzly : grizzly-websockets Optional jar 2.3.16
org.slf4j : slf4j-api jar 1.7.7
com.google.guava : guava Optional jar 11.0.2
commons-httpclient : commons-httpclient Optional jar 3.1
commons-lang : commons-lang Optional jar 2.4
commons-logging : commons-logging Optional jar 1.1.1

test (13)

Group / Artifact Type Version
org.glassfish.grizzly : grizzly-http-server jar 2.3.16
ch.qos.logback : logback-classic jar 1.1.2
log4j : log4j jar 1.2.13
org.testng : testng jar 5.8
org.eclipse.jetty : jetty-server jar 8.1.1.v20120215
org.eclipse.jetty : jetty-servlet jar 8.1.1.v20120215
org.eclipse.jetty : jetty-websocket jar 8.1.1.v20120215
org.eclipse.jetty : jetty-servlets jar 8.1.1.v20120215
org.eclipse.jetty : jetty-security jar 8.1.1.v20120215
org.apache.tomcat : coyote jar 6.0.29
org.apache.tomcat : catalina jar 6.0.29
commons-io : commons-io jar 2.0.1
commons-fileupload : commons-fileupload jar 1.2.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.9.0-BETA6-gatling-1