1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-07 12:59:45 +00:00

Use houdini escaping instead of easy_curl.

Drop dependency on easy_curl.
This commit is contained in:
King_DuckZ 2017-04-25 22:07:02 +01:00
parent c75c23fa36
commit 85784d231d
10 changed files with 132 additions and 15 deletions

View file

@ -30,7 +30,7 @@ namespace tawashi {
private:
virtual void on_process() override;
virtual void on_send (std::ostream& parStream) override;
boost::optional<std::string> submit_to_redis (const std::string& parText, uint32_t parExpiry, const boost::string_ref& parLang) const;
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;
};