Hi, is it possible to do "forward" (inner call) wi...
# ktor
a
Hi, is it possible to do "forward" (inner call) with ktor? Example if I have some action which receives GET requests as an array, and it must return an array of all responses. How can this be implemented with ktor?
n
what i did before was .. all enpointsjust call another method anyways, having 2 of them call the ame and then do minimal processing o nthe results seems to make sense in this case i would be using
map