s_cgi_context Struct Reference

CGI context structure. More...

#include <cgi.h>


Data Fields

char ** envp
 Pointer to environment variables list.
FILE * out
 Output stream.
int is_fcgi
 Shows whether CGI currently uses FastCGI support.
void ** ob_buffer
 Pointer to variable containing output buffer.
long * ob_content_length
 Pointer to variable containing output buffer length.


Detailed Description

CGI context structure.

Hold all context-dependent stuff, such as: output stream, cookies, session, form fields, and so on.


Field Documentation

Pointer to environment variables list.

Output stream.

Use it as FILE* handle to output data to client.

Shows whether CGI currently uses FastCGI support.

Pointer to variable containing output buffer.

Pointer to variable containing output buffer length.


The documentation for this struct was generated from the following file:

Generated on Tue Jun 17 17:31:11 2008 for CGI Library by  doxygen 1.5.5