How can I make a http request which returns the re...
# http4k
r
How can I make a http request which returns the response via coroutine once it's ready?
n
If you mean "make a bunch of http requests in parallel and await for all responses" I found very helpful this answer on SO: https://stackoverflow.com/questions/56857269/iterating-coroutines-and-awaiting-results
r
No, I'm trying to find the async API
o
Don't know the current state of coroutine support, but this one might be interesting for you: https://github.com/http4k/http4k/issues/94