akka-http icon indicating copy to clipboard operation
akka-http copied to clipboard

The Streaming-first HTTP server/module of Akka

Results 176 akka-http issues
Sort by recently updated
recently updated
newest added

There was a feedback in Twitter. https://twitter.com/brianclapper/status/917148072718798848 >those past techniques aren’t working w/ this version of Akka HTTP. Documentation for non-toy cases would be awesome. ;-) https://twitter.com/jlprat/status/917149279399108608 >Agree, readLine is...

help wanted
t:docs
1 - triaged

References #1796 * Create provideVerify method * Update tests in SecurityDirectivesExamplesSpec.scala

I saw there's some other old issues (#3627 #3677) about supporting HTTP/2 for bindFlow/connectionSource and how they were answered back then that it wasn't worthwhile. Those issues are a couple...

I wasn't sure what the behavior of Suffix was. I had to dig into the source to see if it was applicable for my request (like `bytes=-100`). This should make...

Updates [com.google.code.gson:gson](https://github.com/google/gson/) from 2.9.0 to 2.9.1. [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version,...

Previously, with `Route.asyncHandler`, I would describe an `ExceptionHandler({ case t => _ => Future.failed(t) })` for use with ScalaTest, to permit bubbling failure assertions out. It would be nice to...

Updates * [org.scala-lang:scala-library](https://github.com/scala/scala) * [org.scala-lang:scala-reflect](https://github.com/scala/scala) from 2.12.15 to 2.12.16. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.16) - [Version Diff](https://github.com/scala/scala/compare/v2.12.15...v2.12.16) I'll automatically update this PR to resolve conflicts as long as you don't change it...

Updates [org.kohsuke:github-api](https://github.com/hub4j/github-api/) from 1.306 to 1.307. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates * [ch.epfl.scala:sbt-scalafix](https://github.com/scalacenter/sbt-scalafix) * [ch.epfl.scala:scalafix-core](https://github.com/scalacenter/scalafix) from 0.10.0 to 0.10.1. [GitHub Release Notes](https://github.com/scalacenter/sbt-scalafix/releases/tag/v0.10.1) - [Version Diff](https://github.com/scalacenter/sbt-scalafix/compare/v0.10.0...v0.10.1) I'll automatically update this PR to resolve conflicts as long as you don't change it...

When using the `completeOKWithFutureString` or `completeOKWithFuture` directives from the javadsl, the exception in a failed `CompletionStage` is [always wrapped in a `CompletionException`](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletionStage.html). This is unfortunate, as you end up writing...

help wanted
1 - triaged
t:server
t:routing
t:java