#include <restincurl.h>

Public Member Functions | |
| Options (EasyHandle &eh) | |
| template<typename T> | |
| Options & | Set (const CURLoption &opt, const T &value) |
| Options & | Set (const CURLoption &opt, const std::string &value) |
Private Attributes | |
| EasyHandle & | eh_ |
Curl option wrapper class
This is just a thin C++ wrapper over Curl's curl_easy_setopt() method.
Definition at line 355 of file restincurl.h.
|
inline |
Definition at line 357 of file restincurl.h.
|
inline |
Set an option
| opt | CURLoption enum to change |
| value | String value to set |
Definition at line 379 of file restincurl.h.
References Set().
|
inline |
Set an option
| opt | CURLoption enum to change |
| value | Value to set |
Definition at line 365 of file restincurl.h.
Referenced by Set().
|
private |
Definition at line 384 of file restincurl.h.