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:
parent
c75c23fa36
commit
85784d231d
10 changed files with 132 additions and 15 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include "split_get_vars.hpp"
|
||||
#include "duckhandy/compatibility.h"
|
||||
#include "curl_wrapper.hpp"
|
||||
#include "escapist.hpp"
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <boost/utility/string_ref.hpp>
|
||||
|
@ -67,7 +67,7 @@ namespace tawashi {
|
|||
|
||||
private:
|
||||
std::vector<std::string> m_cgi_env;
|
||||
CurlWrapper m_curl;
|
||||
Escapist m_houdini;
|
||||
};
|
||||
} //namespace cgi
|
||||
} //namespace tawashi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue