From: Haris Bogdanovi� on
Hi.

How to make allegro serve library
net.html.generator to produce indented html code ?

Thanks


From: Haris Bogdanovi� on
I meant like cl-who macro
with-html-output (... indent)
which has indent parameter, if set to true,
generated html code is in multiple lines, indented
not just in one line.

When publishing a function in Allegro serve it starts like this:

(lambda (req ent)
(with-http-response (req ent)
(with-http-body (req ent)

Can I anywhere here put that I want indented html code ?