#include <CGIHandler.hpp>
◆ State
| Enumerator |
|---|
| READING_HEADERS | |
| STREAMING_BODY | |
| COMPLETE | |
◆ CGIHandler()
◆ getFd()
| int network::CGIHandler::getFd |
( |
| ) |
const |
|
virtual |
◆ handleEvent()
| void network::CGIHandler::handleEvent |
( |
uint32_t | events | ) |
|
|
virtual |
◆ handleRead()
| void network::CGIHandler::handleRead |
( |
| ) |
|
|
private |
◆ body_
◆ client_
◆ fd_
| int network::CGIHandler::fd_ |
|
private |
◆ headerBuffer_
| std::string network::CGIHandler::headerBuffer_ |
|
private |
◆ state_
| State network::CGIHandler::state_ |
|
private |
The documentation for this class was generated from the following files: