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

akka-http-core-2-11

JSON →
library10.1.15javamavenunverified

Akka HTTP core module providing low-level HTTP server and client functionality for Scala 2.11.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-http-core_2.11</artifactId> <version>10.1.15</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-HTTP-CORE-2-1
A
akka-http-core-2-11
web-frameworkjavav10.1.15
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 Akka HTTP server on port 8080.

import akka.http.scaladsl.Http; import akka.http.scaladsl.server.Directives; Http().bindAndHandle(Directives.complete("Hello"), "localhost", 8080);
Debug
Known issues
breakingAkka HTTP 10.1.x is for Scala 2.11; newer versions require Scala 2.13+.
fix
Upgrade to Akka HTTP 10.2+ with Scala 2.13 or 3.
affects: <=10.1.15
Upgrade
Version history
10.1.15latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
26
Resources
akka-http-core-2-11 — mvn dependency:get akka-http-core-2-11 · libregistry