<div dir="ltr">If I have some code ala<div><br>theRequest.getRequestReceiver().receiveFullString((theExchange, str) -&gt; {</div><div>  ...<br>});</div><div><br></div><div>Is it ok to perform a time consuming task w/ the body of the request in the callback, or is it better to move off the io thread and use `HttpServerExchange.getInputStream`?</div><div><br></div><div>Cheers,</div><div><br></div><div>Mike</div></div>