Akka HTTP

Akka HTTP is a full HTTP stack (client and server-side) built on Akka actors and streams. It provides a routing DSL for building REST and WebSocket services, with built-in JSON marshalling, TLS support, and HTTP/2 capabilities.

API entry from apis.yml

apis.yml Raw ↑
aid: akka:akka-http
name: Akka HTTP
description: Akka HTTP is a full HTTP stack (client and server-side) built on Akka actors and streams.
  It provides a routing DSL for building REST and WebSocket services, with built-in JSON marshalling,
  TLS support, and HTTP/2 capabilities.
humanURL: https://doc.akka.io/libraries/akka-http/current/
tags:
- HTTP
- REST API
- Reactive
- Streaming
properties:
- type: Documentation
  url: https://doc.akka.io/libraries/akka-http/current/
- type: GettingStarted
  url: https://doc.akka.io/libraries/akka-http/current/introduction.html