1
0
Fork 0
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:
King_DuckZ 2017-04-06 21:27:38 +01:00
commit 98d98fc4ba
8 changed files with 77 additions and 32 deletions

View file

@ -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