#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. | |
Hold all context-dependent stuff, such as: output stream, cookies, session, form fields, and so on.
| char** s_cgi_context::envp |
Pointer to environment variables list.
| FILE* s_cgi_context::out |
Output stream.
Use it as FILE* handle to output data to client.
Shows whether CGI currently uses FastCGI support.
| void** s_cgi_context::ob_buffer |
Pointer to variable containing output buffer.
Pointer to variable containing output buffer length.
1.5.5