#include <sCurl.h>
|
| SCurl (const std::string &url) |
|
| ~SCurl () |
|
void | CallAsync () |
|
void | CallSync () |
|
void | SetHeader (const std::vector< std::string > &header) |
|
void | SetOption (const CURLoption &opt, const std::string &value) |
|
void | SetOption (const CURLoption &opt, const int &value) |
|
void | SetOption (const CURLoption &opt, const std::vector< std::string > &value) |
|
void | SetOption (const CURLoption &opt, const char *mvalue, const unsigned int size) |
|
void | AddFormField (const std::string &name, const std::string &value, const bool &file) |
|
|
static bool | CheckUrl (const std::string &url_s) |
|
SCurl class
Definition at line 268 of file sCurl.h.
◆ SCurl()
SCurl::SCurl |
( |
const std::string & |
url | ) |
|
◆ ~SCurl()
◆ AddFormField()
void SCurl::AddFormField |
( |
const std::string & |
name, |
|
|
const std::string & |
value, |
|
|
const bool & |
file |
|
) |
| |
◆ CallAsync()
void SCurl::CallAsync |
( |
| ) |
|
◆ CallSync()
◆ CheckUrl()
bool SCurl::CheckUrl |
( |
const std::string & |
url_s | ) |
|
|
static |
◆ SetHeader()
void SCurl::SetHeader |
( |
const std::vector< std::string > & |
header | ) |
|
◆ SetOption() [1/4]
void SCurl::SetOption |
( |
const CURLoption & |
opt, |
|
|
const char * |
mvalue, |
|
|
const unsigned int |
size |
|
) |
| |
◆ SetOption() [2/4]
void SCurl::SetOption |
( |
const CURLoption & |
opt, |
|
|
const int & |
value |
|
) |
| |
◆ SetOption() [3/4]
void SCurl::SetOption |
( |
const CURLoption & |
opt, |
|
|
const std::string & |
value |
|
) |
| |
◆ SetOption() [4/4]
void SCurl::SetOption |
( |
const CURLoption & |
opt, |
|
|
const std::vector< std::string > & |
value |
|
) |
| |
◆ m_terminate
The documentation for this class was generated from the following files:
- G:/work/subversion/scol-technologies/trunk/scol/plugins/sCurl/include/sCurl.h
- G:/work/subversion/scol-technologies/trunk/scol/plugins/sCurl/src/sCurl.cpp