akka-http
akka-http copied to clipboard
The Streaming-first HTTP server/module of Akka
The amount of code to setup HTTPS could be simplified for the most common cases: 1. input is a PKCS#12 with all private keys and certificates required 2. input are...
The reason is that the published version is not a git revision just after release but the tag/10.6.1, we should probably pick up the version from sbt instead of trying...
Release Akka HTTP 10.6.1 ### Cutting the release - [x] Check that open PRs and issues assigned to the milestone are reasonable - [x] Update the Change date in the...
This requires a bunch of hacks though, as the impl that makes it work in akka-http is the `HeaderMagnet` infra which we do not have immediately available in akka-http-core, and...
Turns out, this line https://github.com/akka/akka-http/blob/67c704111b755274e5daa423c2c923cbb017e8f9/project/plugins.sbt#L16 is not needed anymore since sbt 1.4, because it's build in now. See https://www.scala-sbt.org/1.x/docs/sbt-1.4-Release-Notes.html#sbt-dependency-graph+is+in-sourced Actually for advanced usage you can replace it with ``` addDependencyTreePlugin...
https://github.com/akka/akka-http/actions/runs/6743966541/job/18332878735#step:8:2185 ``` --> [The Http/2 server implementation should support stream for request entity data (min-collect-strict-entity-bytes = 1) should send RST_STREAM if entity stream is canceled] Start of log messages of...
https://github.com/akka/akka-http/actions/runs/4182819742/jobs/7246397762#step:8:2110 ``` --> [HTTP 2 managed persistent connection (tls = true) should transparently reconnect when connection is closed (with backoff: false) should when some requests are waiting for a response]...
https://github.com/akka/akka-http/actions/runs/6621440323/job/17985400975#step:7:1735 ``` --> [The Http/2 client implementation should support stream for response data should send RST_STREAM if entity stream is canceled] Start of log messages of test that [Failed(org.scalatest.exceptions.TestFailedException: WINDOW_UPDATE...
This seems to be enjoyed by people and has a ticket here: https://github.com/scalapb/ScalaPB/issues/247 Hope @alanbur from that thread will be able to contribute the docs:)
Request timeout support is not yet implemented in the HTTP/2 server blueprint. HTTP/1 impl is in `RequestTimeoutSupport`. Since the `Timeout-Access` is not added to the request, the directive now ignores...