[cgiapp] re: cgiapp_preoutput proposal

2001-12-22 Thread Mark Stosberg
Jesse, Thanks for your recent proposal re: cgiapp_preoutput. I think it generally addresses the desire to do something else in between running and producing output. As I understand it, this something that is defined once per module. One seems more useful the ability to do something different

RE: [cgiapp] Grab output of a run mode without headers -- possibl e solution?

2001-12-22 Thread Jesse Erlbaum
Hi George -- I was _extremely_ happy to see that I could have mode_param() execute a callback. Has anybody else utilized this functionality yet, to your knowledge? And as ever, thanks for your response(s). I'm actually using it right now for a big application which uses the URI path to set

[cgiapp] pre-output hook

2001-12-22 Thread Jesse Erlbaum
Hi Elizabeth -- to generate the output. Alternatively, the preoutput hook could be where this decision making code exists. You would just need to have it return a bool that indicates whether run() should return *before* generating any headers and actual output. The placement of the