tomreay
11/07/2018, 5:38 PMproceed
and proceedWith
both take Unit
. I'm trying to read the request body in to use in request signing as part of an authorisation flow - I wonder if there is a better way of accomplishing this? (me and @twwork together - fyi)vonox7
11/07/2018, 6:19 PMcall.attributes
. From there you can read it multiple times. Don’t forget to remove the String again if you keep for a longer time a reference to call
but don’t use the content, so the JVM can free it sooner.tomreay
11/07/2018, 9:02 PM