That was recently discussed internally, and we cou...
# ktor
o
That was recently discussed internally, and we couldn’t find a good solution.
receive
reads a stream coming from a client and deserializes it into the object requested, json or valuesmap or whatever. Since stream is already fetched, you can’t do it again. I have no idea how to solve it in effective and generic enough way. Any ideas?