<div>Hi,</div><div>I&#39;m trying to implement a Racket web-server handler that does lazy evaluation. My approach so far as been to try making a evaluator/namespace that uses the lazy racket, then evaluate a function in it that returns a lazy request handler. However, I&#39;m running into problems getting the handler to read the request object. My last resort will be to make a request serializer and pass serialized requests into the handler, but is there a better way?</div>
<div>Thanks,</div><div>-Nathan</div>