Registry / http-client / akka-http-core-2-12

akka-http-core-2-12

JSON →
library10.5.3javamavenunverified

Akka HTTP Core provides the foundational HTTP server and client implementation with streaming, asynchronous, and reactive capabilities.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-http-core_2.12</artifactId> <version>10.5.3</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-HTTP-CORE-2-1
A
akka-http-core-2-12
http-clientjavav10.5.3
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.

Http
akka.http.javadsl.Http

Send a simple HTTP GET request using Akka HTTP.

import akka.http.javadsl.Http; import akka.actor.ActorSystem; import akka.http.javadsl.model.HttpRequest; import akka.http.javadsl.model.HttpResponse; import java.util.concurrent.CompletionStage; ActorSystem system = ActorSystem.create(); CompletionStage<HttpResponse> response = Http.get(system).singleRequest(HttpRequest.create("http://example.com"));
Debug
Known issues
breakingAkka HTTP 10.5.x requires Akka 2.8.x; incompatible with older Akka versions.
fix
Ensure akka-actor and akka-stream versions match 2.8.x.
affects: 10.5.x
Upgrade
Version history
10.5.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
36
Resources
akka-http-core-2-12 — mvn dependency:get akka-http-core-2-12 · libregistry