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

akka-http-2-11

JSON →
library10.1.15javamavenunverified

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

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

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

No known issues recorded.

Upgrade
Version history
10.1.15latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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