#include <CGIHandler.hpp>
◆ CGIHandler()
◆ buildArgv()
| void http::CGIHandler::buildArgv |
( |
| ) |
|
|
private |
◆ buildEnvp()
| void http::CGIHandler::buildEnvp |
( |
| ) |
|
|
private |
◆ execve()
| int http::CGIHandler::execve |
( |
| ) |
|
|
private |
◆ fork()
| void http::CGIHandler::fork |
( |
| ) |
|
|
private |
◆ formatHeaderName()
| std::string http::CGIHandler::formatHeaderName |
( |
std::string const & | name | ) |
|
|
static |
◆ handle() [1/2]
| void http::CGIHandler::handle |
( |
| ) |
|
|
private |
◆ handle() [2/2]
◆ initPipes()
| bool http::CGIHandler::initPipes |
( |
| ) |
|
|
private |
◆ runChildProcess()
| void http::CGIHandler::runChildProcess |
( |
| ) |
|
|
private |
◆ runParentProcess()
| void http::CGIHandler::runParentProcess |
( |
| ) |
|
|
private |
◆ argv_
| std::vector<std::string> http::CGIHandler::argv_ |
|
private |
◆ envp_
| std::vector<std::string> http::CGIHandler::envp_ |
|
private |
◆ errorFd_
| int http::CGIHandler::errorFd_[2] |
|
private |
◆ pid_
| int http::CGIHandler::pid_ |
|
private |
◆ pipeFd_
| int http::CGIHandler::pipeFd_[2] |
|
private |
◆ req_
| Request const& http::CGIHandler::req_ |
|
private |
◆ res_
The documentation for this class was generated from the following files: