mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-08-07 12:59:45 +00:00
Simplify the response pipeline.
There is no on_send() anymore, instead responses can override the way the top-level mustache file is retrieved.
This commit is contained in:
parent
298aedc633
commit
5377d25c72
6 changed files with 32 additions and 69 deletions
|
@ -29,7 +29,6 @@ namespace tawashi {
|
|||
|
||||
private:
|
||||
virtual void on_process() override;
|
||||
virtual void on_send (std::ostream& parStream) override;
|
||||
boost::optional<std::string> submit_to_redis (const boost::string_ref& parText, uint32_t parExpiry, const boost::string_ref& parLang) const;
|
||||
|
||||
std::string m_error_message;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue