Class restincurl::Options
ClassList > restincurl > Options
#include <restincurl.h>
Public Functions
Type | Name |
---|---|
Options (EasyHandle & eh) |
|
Options & | Set (const CURLoption & opt, const T & value) |
Options & | Set (const CURLoption & opt, const std::string & value) |
Detailed Description
Curl option wrapper class
This is just a thin C++ wrapper over Curl's curl_easy_setopt()
method.
Public Functions Documentation
function Options
function Set [1/2]
template<typename T>
inline Options & restincurl::Options::Set (
const CURLoption & opt,
const T & value
)
Set an option
Parameters:
opt
CURLoption enum to changevalue
Value to set
function Set [2/2]
Set an option
Parameters:
opt
CURLoption enum to changevalue
String value to set
The documentation for this class was generated from the following file SpiceQL/include/restincurl.h