chickadee » fastcgi » out

out STRINGprocedure

[This procedure is passed to the CALLBACK argument of fcgi-accept-loop.]

Writes STRING to the output stream, raising an exception if there is an error.

Note: In order to pass output from functions that print to standard output instead of returning a string, such as sxml-transforms functions, you could encapsulate the function like this

(out (with-output-to-string (lambda () <function>)))