Arena
1.0
A content management system
|
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. | |
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.