mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-10-14 15:20:36 +00:00
Step up work on responses.
This commit is contained in:
parent
cc20a8ccfb
commit
98d98fc4ba
8 changed files with 77 additions and 32 deletions
|
@ -14,4 +14,8 @@ namespace tawashi {
|
|||
this->on_send(std::cout);
|
||||
std::cout.flush();
|
||||
}
|
||||
|
||||
const CGIEnv& Response::cgi_env() const {
|
||||
return m_cgi_env;
|
||||
}
|
||||
} //namespace tawashi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue