{"id":77327,"library":"play-ahc-ws-2-11","title":"Play AHC WS","description":"Play-AHC-WS is an Async HTTP Client WebSocket library for the Play Framework, providing non-blocking HTTP and WebSocket communication.","status":"active","version":"2.7.9","language":"java","source_language":null,"source_url":"https://github.com/playframework/playframework","tags":["play-framework","http-client","websocket","scala"],"install":[{"cmd":"<dependency>\n  <groupId>com.typesafe.play</groupId>\n  <artifactId>play-ahc-ws_2.11</artifactId>\n  <version>2.7.9</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.typesafe.play:play-ahc-ws_2.11:2.7.9'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"AhcWSClient","correct":"play.api.libs.ws.ahc.AhcWSClient"}],"quickstart":{"code":"import play.api.libs.ws.ahc.AhcWSClient;\nimport play.api.libs.ws.WSClient;\nimport akka.actor.ActorSystem;\n\npublic class Quickstart {\n    public static void main(String[] args) {\n        ActorSystem system = ActorSystem.create();\n        WSClient ws = AhcWSClient(system);\n        // Use ws.url(...) to make requests\n        ws.close();\n    }\n}","lang":"java","description":"Minimal example creating an AhcWSClient instance for making HTTP requests."},"warnings":[{"fix":"Upgrade to a version targeting Scala 2.12 or 2.13, or use the standalone play-ws library.","message":"This version targets Scala 2.11, which is outdated and may have compatibility issues with newer Play Framework versions.","severity":"breaking","affected_versions":"<=2.7.9"}],"env_vars":null,"search_vec":"'ahc':2,6 'async':10 'block':22 'client':12,32 'communic':26 'framework':18,29 'http':11,23,31 'http-client':30 'librari':14 'non':21 'non-block':20 'play':1,5,17,28 'play-ahc-w':4 'play-framework':27 'provid':19 'scala':34 'websocket':13,25,33 'ws':3,7","created_at":"2026-06-17T19:55:31.754174+00:00","updated_at":"2026-06-17T19:55:31.754174+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://playframework.com","github":"https://github.com/playframework/playframework","docs":"https://appdoc.app/artifact/com.typesafe.play/play-ahc-ws_2.11/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}