Skip to content

Class restincurl::Options

ClassList > restincurl > Options

More...

  • #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

inline restincurl::Options::Options (
    EasyHandle & eh
) 

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 change
  • value Value to set

function Set [2/2]

inline Options & restincurl::Options::Set (
    const CURLoption & opt,
    const std::string & value
) 

Set an option

Parameters:

  • opt CURLoption enum to change
  • value String value to set


The documentation for this class was generated from the following file SpiceQL/include/restincurl.h