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

akka-http-experimental-2-11

JSON →
library2.4.11javamavenunverified

Experimental module of Akka HTTP for building HTTP-based applications, not covered by commercial support and subject to breaking changes.

<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-http-experimental_2.11</artifactId> <version>2.4.11</version> </dependency>
INSTALL
IMPORT
SIG · AKKA-HTTP-EXPERIME
A
akka-http-experimental-2-11
web-frameworkjavav2.4.11
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

Start an HTTP server with a simple route using Akka HTTP.

import akka.http.scaladsl.Http import akka.http.scaladsl.server.Directives._ import akka.actor.ActorSystem implicit val system = ActorSystem("my-system") val route = path("hello") { get { complete("Hello") } } Http().bindAndHandle(route, "localhost", 8080)
Debug
Known issues
breakingThis module is experimental and may have breaking API changes in minor releases without notice.
fix
Pin to a specific version and test thoroughly before upgrading; consider using the stable akka-http module instead.
affects: all
breakingThis artifact is for Scala 2.11; using it with other Scala versions will fail.
fix
Use the appropriate artifact for your Scala version (e.g., akka-http-experimental_2.12 for Scala 2.12).
affects: all
Upgrade
Version history
2.4.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
akka-http-experimental-2-11 — mvn dependency:get akka-http-experimental-2-11 · libregistry