-
Updated
Mar 12, 2022 - Scala
akka-http
Here are 615 public repositories matching this topic...
-
Updated
Mar 14, 2022 - Scala
-
Updated
Mar 19, 2022 - Scala
-
Updated
Mar 3, 2022 - Scala
Hi there, thanks for this project. Very happy so far.
We're trying to migrate to scala 3, and on of the things which came up was this.
I need to make this manual change to use a generated http4s client, in Implicits.scala
- implicit val showString = build[String](Predef.identity)
- implicit val showInt = build[Int](_.toString)
- implicit val showLong = build[Long](_.
-
Updated
Jan 31, 2022 - Scala
We make sure in the CI configuration to build with jdk8, but it would be safer to specify this in the build (javacOptions/scalacOptions) explicitly.
-
Updated
Mar 7, 2022 - Scala
-
Updated
Mar 8, 2022 - Scala
-
Updated
Mar 18, 2022 - Scala
-
Updated
Oct 18, 2021 - Scala
-
Updated
Jul 20, 2018 - Scala
Add CORS directive
Add special directive allowing to automatically apply CORS rules according to implicit config
Add mdoc
Improve docs
-
Updated
Feb 11, 2022 - Scala
-
Updated
Apr 7, 2021 - Scala
-
Updated
Feb 17, 2020 - Scala
-
Updated
Mar 7, 2022 - Scala
-
Updated
Mar 29, 2020 - Scala
-
Updated
Oct 25, 2017 - Scala
-
Updated
Sep 11, 2019 - Scala
-
Updated
Mar 6, 2022 - Scala
Improve this page
Add a description, image, and links to the akka-http topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the akka-http topic, visit your repo's landing page and select "manage topics."
This is a part of #11
I decided to extract it since it is a big feature.