Registry / web-framework / akka-http-2-13

akka-http-2-13

JSON →
library10.5.3javamavenunverified

Akka HTTP provides a modern, fast, asynchronous, streaming-first HTTP server and client built on top of Akka Streams.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-http_2.13</artifactId> <version>10.5.3</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-HTTP-2-13
A
akka-http-2-13
web-frameworkjavav10.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.

Directives
akka.http.scaladsl.server.Directives

Minimal Akka HTTP server with a single route.

import akka.http.scaladsl.server.Directives._ import akka.actor.ActorSystem import akka.http.scaladsl.Http import akka.stream.ActorMaterializer object Main extends App { implicit val system = ActorSystem("my-system") implicit val materializer = ActorMaterializer() implicit val executionContext = system.dispatcher val route = path("hello") { get { complete("Hello, World!") } } Http().bindAndHandle(route, "localhost", 8080) }
Debug
Known issues
breakingAkka HTTP 10.5.x requires Akka 2.6.x or later; incompatible with older Akka versions.
fix
Ensure your project uses Akka 2.6.20 or later.
affects: >=10.5.0
Upgrade
Version history
10.5.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
OpenAI (training)
1
Resources
akka-http-2-13 — mvn dependency:get akka-http-2-13 · libregistry