Registry / http-client / play-ahc-ws-2-12

play-ahc-ws-2-12

JSON →
library2.8.22javamavenunverified

Async HTTP client for Play Framework using Async HTTP Client library.

<dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-ahc-ws_2.12</artifactId> <version>2.8.22</version> </dependency>
INSTALL
IMPORT
SIG · PLAY-AHC-WS-2-12
P
play-ahc-ws-2-12
http-clientjavav2.8.22
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AhcWSClient
✓ play.api.libs.ws.ahc.AhcWSClient

Creates an Async HTTP Client WS client for Play Framework.

import play.api.libs.ws.ahc.AhcWSClient import akka.actor.ActorSystem object Quickstart extends App { implicit val system = ActorSystem() val client = AhcWSClient() println("AHC WS client created") }
Debug
Known issues
gotchaScala 2.12 version may have compatibility issues with newer Play versions.
fix
Upgrade to Scala 2.13 or use Play 2.9+ for better support.
affects: >=2.8.0
Upgrade
Version history
2.8.22latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
play-ahc-ws-2-12 — mvn dependency:get play-ahc-ws-2-12 · libregistry