You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This indeed looks interesting. Did you release that as a library for akka-http?
As for http4-stir I plan first to reach some maturity and only after that start adding new features. My first idea is to include more directivies (http4s-stir-missing) but I could also release your DSL (http4s-stir-monadic).
I'll keep this open, so that we can get back to it in the future.
I never had any time to release this as a library. The code in that PR is reasonably complete and yet quite small. This idea is simple to implement: directives are a monad that needs a flatMap. You can always add more directives in the future, the monadic wrapper works with any directives.
Some time ago I tried (unsuccessfully) to push akka-http in the direction of for/yield (monadic) DSL.
Here is my rejected PR from 2018.
akka/akka-http#1925
You could consider implementing this. I've been using this monadic DSL in production.
The text was updated successfully, but these errors were encountered: