| 155 | // Detail namespace |
| 156 | namespace detail { |
| 157 | template <CURLoption> struct option_t; |
| 158 | template <CURLoption opt> using Option_type = typename option_t<opt>::type; |
| 159 | CURLCPP_DEFINE_OPTION(CURLOPT_WRITEDATA, void*); |
| 160 | /* The full URL to get/put */ |
nothing calls this directly
no outgoing calls
no test coverage detected