In CGI scripts with ncgi you send the headers via a
regular old puts. This works ok for the moment, but
it's an obstacle to creating a compatibility layer for
systems such as Rivet or tclhttpd. It would be best if
all 'special' goings-on were handled by ncgi commands
that could be overridden to create a compatibility layer.
Something along the lines of
ncgi::headers text/html
is what I'm thinking of.
Logged In: YES
user_id=75003
Brent, comments ?