I can imagine some middleware that wants to peek a...
# ktor
o
I can imagine some middleware that wants to peek at the request body to do some processing (logging, validating, etc), so I think the question per se is valid, I only don’t know how to properly make it happen and not violate safety and performance.