If you want to do something with the body after it...
# kotlin-fuel
d
If you want to do something with the body after it has been sent, you could do: val myMemoryBody = request.body.toByteArray() before you call .response or .await