[plt-scheme] Any way to get pretty printing from the web-server?

From: Noel Welsh (noelwelsh at gmail.com)
Date: Tue Nov 10 11:59:53 EST 2009

On Tue, Nov 10, 2009 at 4:55 PM, Noel Welsh <noelwelsh at gmail.com> wrote:
> (You can pretty print xexprs but you have to do it manually, IIRC.)

To expand:

1. Pretty print the Xexpr using display-xexpr to a string port.
2. Construct a response using make-response/full and the output you
accumulated in the string port

N.


Posted on the users mailing list.