Stephen Bly
Stephen Bly
Bumping this issue because I just ran into it. Thanks for the investigation @fitzn! Documenting it is straightforward, but maybe we should consider changing this behavior? I'm not sure the...
@armanbilge No problem! Thanks for the explanation Yeah you're right that it might not be that useful in concurrent situations. It seems like the original motivation was simply to make...
@armanbilge Unfortunately, I don't see a reasonable way to do that. Even `tryTake.flatMap(tryOffer)` wouldn't work. Any suggestions?
Hello. Is there still interest in adding this? I was poking around a bit to see what it would take. Going off of how `http4s` does things, we'd need to...
Hello, I think this has been completed? I see a `def path: List[PathSegment]` method in `HttpEndpoint`