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

akka-http-core-2-13

JSON →
library10.5.3javamavenunverified

Modern, fast, asynchronous, streaming-first HTTP server and client implementation for Scala and Java.

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

Http
akka.http.scaladsl.Http

Starts an HTTP server that responds with 'Hello'.

import akka.http.scaladsl.Http; import akka.http.scaladsl.server.Directives.*; import akka.actor.ActorSystem; ActorSystem system = ActorSystem.create(); Http().newServerAt("localhost", 8080).bind(complete("Hello"));
Debug
Known issues
breakingAkka HTTP 10.5.x requires Akka 2.8.x; incompatible with older Akka versions.
fix
Ensure akka-actor version matches akka-http-core version constraints.
affects: >=10.5.0
Upgrade
Version history
10.5.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
26
OpenAI (training)
1
Resources