-
-
Notifications
You must be signed in to change notification settings - Fork 437
feat: Add provide* combinators to Http and HttpResult #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7530e89
to
089a810
Compare
@tusharmath I updated this to be based on #265. I've removed However, as with the code in #265 we're still seeing exhaustivity warnings in Scala3 (that I believe are false) but am unsure how to work around them. Will ask around a bit on the Scala gitter. |
Could potentially be scala/scala3#9682 that we're running into. |
53ef9c1
to
2418247
Compare
fixed in #364 |
This follows up on the work done in #189 and instead adds the
provide*
combinators to theHttpResult
.I also added all of the combinators to
Http
itself, just acting as wrappers on top.