http4s
Here are 227 public repositories matching this topic...
From gitter:
hello folks, is there an easy way to turn an Endpoint into an org.http4s.Request[IO] that I can then run against an org.http4s.HttpApp[IO]? I need this for testing, but don't want to bind ports, I just want to create requests to just test that my error handling is all nice and proper :)
The generated client is built to work with specific version. It is fine to keep it open which versions are used in the end. But it would be much more useful to specify some versions at least as an example in the documentation here: https://guardrail.dev/scala/dropwizard/
Otherwise you leave it as an open quest for each and every developer trying to integrate it, and go through the hassle of fig
Updates
from 0.10.3 to 0.11.0.
GitHub Release Notes - Version Diff
I'll automatically update this PR
-
Updated
Dec 13, 2020 - Scala
-
Updated
Jan 5, 2019 - Scala
-
Updated
Mar 16, 2020 - Scala
-
Updated
Dec 12, 2020 - Scala
-
Updated
Jun 19, 2018 - Scala
-
Updated
Mar 27, 2018
-
Updated
Dec 12, 2020 - Scala
-
Updated
May 5, 2019 - Scala
-
Updated
Dec 12, 2020 - Scala
-
Updated
May 5, 2020 - Scala
-
Updated
Nov 6, 2019 - Scala
-
Updated
Jun 15, 2018 - Scala
-
Updated
Dec 12, 2020 - Scala
Add ZIO tests
ZIO has it's own testing library - https://zio.dev/docs/usecases/usecases_testing.
It would be nice to evaluate it by writing some tests. Things that are not clear for how well it integrates with IntelliJ IDEA and how comfortable is it for a developer.
I have heard about some plugin for ZIO for IDEA, so worth to check it out as well.
-
Updated
Jun 29, 2019 - Scala
Improve this page
Add a description, image, and links to the http4s topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the http4s topic, visit your repo's landing page and select "manage topics."


Currently, we manually append the params to the url / query string using urljoin. Instead, we can send the query params in as a dictionary