#include <ostream>
#include <string>
#include <map>
#include "fcgio.h"
#include "cgicc/CgiInput.h"
Go to the source code of this file.
Namespaces | |
namespace | cgicc |
Data Structures | |
class | cgicc::FCgiIO |
Class that implements input and output through a FastCGI request. More... | |
Defines | |
#define | _FCGIIO_H_ 1 |
This class provides access to the input byte-stream and environment variable interfaces of a FastCGI request. It is fully compatible with the Cgicc input API.
It also provides access to the request's output and error streams, using a similar interface.
Definition in file FCgiIO.h.