Given a Coldfusion page generates some content (html, xml, json, whatever) to satisfy a client request, can the onRequestEnd handler read (or write) the content in the response stream? If so, how?
If it matters assume Coldfusion 8 on IIS 6.
Thanks for looking
Adrian
GetPageContext().getCFOutput() seems to do what I need e.g.