Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
BufferedResponses.py File Reference

This file defines a stream class that can be used to buffer output from a CGI script. More...

Classes

class  Library.IO.CGI.BufferedResponses.AnHTTPResponseBuffer
 This class can be used to buffer output from a CGI script. More...
 

Variables

string Library.IO.CGI.BufferedResponses.hrbDefaultContentType = "text/html"
 The default content type used by the buffer.
 

Detailed Description

This file defines a stream class that can be used to buffer output from a CGI script.

This allows an entire response document to be constructed (including certain HTTP headers, such as cookies) before the data is returned to the client.